1

I am using jupyter-dash in VSCode. I have a big iteration. sometime I'd like to stop running.

I tried few options in the below link and they never work.

https://stackoverflow.com/questions/58230077/vscode-python-interactive-window-how-to-stop-jupyter-server#:~:text=You%20can%20stop%20it%20using%20jupyter%2Dnotebook%20stop%20.

How to close IPython Notebook properly?

If I use below with port number like this:

jupyter-notebook stop 8064

error:
[NbserverStopApp] WARNING | Config option `kernel_spec_manager_class` not recognized by `NbserverStopApp`.
starball
  • 20,030
  • 7
  • 43
  • 238
roudan
  • 3,082
  • 5
  • 31
  • 72

1 Answers1

1

As mentioned in the problem you pasted, jupyter cannot guarantee interruption, so the best solution is to restart jupyter manually by clicking Reastart or Reload VsCode.

enter image description here

enter image description here

MingJie-MSFT
  • 5,569
  • 1
  • 2
  • 13