Where does vscode-jupyter stores notebook->kernel associations #16787
Unanswered
mxposed
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. In .ipynb format there is
metadata.kernelspec
object for storing the kernel that jupyter lab and jupyter notebook uses. However, I noticed that VS code doesn't use them the same way, and can't rely on it. Instead, it displays the correct name of the kernel, however that is absent from .ipynb file.metadata.kernelspec
in the same way as jupyter UIs?Beta Was this translation helpful? Give feedback.
All reactions