installing additonal kernels with *just* vscode jupyter extension installed? #12510
Replies: 3 comments 2 replies
-
The jupyter extension in vscode installs Jupyter ONLY in rare cases, such as on Mac Arm machines or a few linux distros.
|
Beta Was this translation helpful? Give feedback.
-
VS Code does not install Python, the user installs this and choes where it is installed. |
Beta Was this translation helpful? Give feedback.
-
Currently there is not automated way for the extension to create kernel specs, if you as a 3rd party extension want to create kernel specs that are visible to the Jupyter extension in vscode, then you would needc to create it in the directory mentioned in the docs |
Beta Was this translation helpful? Give feedback.
-
I'm trying to grok how one can install additional kernels (especially ijava or ganymede) without requiring users to install additional jupyter/python.
vscode somewhere installs jupyter but it is not on default users path thus what are the steps to use it ?
even just getting a hint on how a vscode extension could make it possible would be great then I would happily make a vscode extension that does the necessary to make it easier to try out the java kernels.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions