Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Terminate Jupyter Notebook Execution
How to Terminate Jupyter Notebook Execution?
✍: FYIcenter.com
If you are running a section of code on the Jupyter Notebook
and it is not ending, you can try to terminate it in 2 ways.
1. Click the "Interrupt the kernel" icon on the Notebook. And hope it will termintate the execution.
2. Login to the Jupyter Notebook server computer. And terminate the ker the kernel process with the "kill" command. Do not kill the server process.
fyicenter$ sudo ps -efl | grep jupyter
0 S fyicenter 3769422 3768011 /usr/local/anaconda3/bin/python \
/usr/local/anaconda3/bin/jupyter-notebook
0 S fyicenter 3778873 3769422 /usr/local/anaconda3/bin/python \
-m ipykernel_launcher -f /home/fyicenter/.local/share/jupyter/runtime/..
fyicenter$ sudo kill -9 3778873
⇒ Installing IPython as Jupyter Kernel
⇐ Start Jupyter Server at Boot Time
2022-10-31, 1092🔥, 0💬
Popular Posts:
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...
How to turn on or off comments? I have a PowerPoint presentation which has comments entered by diffe...
How do I tell what version of Outlook my computer is using? You can determine the version number of ...
How to edit Mozilla Firefox configuration file? Mozilla Firefox has a configuration file that contro...
Where to find answers to frequently asked questions on Microsoft Outlook? I want to know how to know...