Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to re-start the Julia kernel in VS Code?

I have a VS Code window open with Julia and a Jupyter notebook. I want to re-start the kernel to make sure I am working in a clean environment. However, I do not see a button to do so:

VS Code top bar

How can I re-start the Julia kernel?

like image 839
logankilpatrick Avatar asked Nov 01 '25 23:11

logankilpatrick


1 Answers

Use the Julia workspace pane instead:

enter image description here

like image 129
pfitzseb Avatar answered Nov 03 '25 13:11

pfitzseb