Bootstrapping a custom kernel #10813
-
I've gotten scala working using the https://almond.sh kernel. What I'd like to be able to to do, is contribute a bootstrap to the metals project (the project providing scala lsp support) with the hope that others may also be able to to enjoy notebook support. I'm not sure if it's tractable... would it be it possible to layout (are there docs?) how VS Code discovers (and starts?) kernels? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@Quafadas If this helps at all we do respect global jupyter paths for where we pick up kernelspecs. https://jupyter-client.readthedocs.io/en/latest/kernels.html#kernel-specs You don't need to have Jupyter installed locally, but it might help for testing. And anything that |
Beta Was this translation helpful? Give feedback.
@Quafadas If this helps at all we do respect global jupyter paths for where we pick up kernelspecs.
https://jupyter-client.readthedocs.io/en/latest/kernels.html#kernel-specs
You don't need to have Jupyter installed locally, but it might help for testing. And anything that
jupyter kernelspec list
can see we should be able to locate and start in VS Code.