logankilpatrick
logankilpatrick

Reputation: 14501

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?

Upvotes: 4

Views: 2087

Answers (1)

pfitzseb
pfitzseb

Reputation: 2554

Use the Julia workspace pane instead:

enter image description here

Upvotes: 4

Related Questions