Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Jupyter kernel in Visual Studio Code [duplicate]

Has anyone ever figured out how to add a Jupyter kernel in VS Code, such as R or Julia? This question has actually been asked 8 months ago here, but never had an anwser.

like image 601
mrgou Avatar asked Nov 07 '22 09:11

mrgou


1 Answers

In November of 2020, a Jupyter for VSCode Extension was unveiled.

The Jupyter extension provides basic notebook support for any language kernel that is supported in Jupyter Notebooks today

So you will likely need to install IJulia still but the functionality should now exist.

like image 107
logankilpatrick Avatar answered Nov 15 '22 07:11

logankilpatrick