Issue
I have created a simple jupyter notebook in VS Code and selected it to use my default python3 kernel (/usr/local/bin/python3). Everything works great.
Then, I close VS Code and re-open the notebook, it asks me to select the kernel every time.
Is there a way to default the kernel of this notebook to my python3 interpreter?
In case it helps, when I view the notebook json, it has the following in it:
"kernelspec": {
"name": "python3",
"display_name": "Python 3.9.6 64-bit"
Solution
It's not available for now, but they think it is a reasonable request, and considering it. You can refer to this page.
Answered By - Steven-MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.