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:
Shutdown Jupyter Server
How to Shutdown Jupyter Server?
✍: FYIcenter.com
There are 2 ways to shutdown your local Jupyter Server:
1. Using Web Interface - On the Jupyter Web interface, click the "Quit" button on the top-right corner.
After a few seconds, you will see the shutdown confirmation message.
2. Using "kill -9" Command - On the local server command line, find and kill the Jupyter 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 3769422
⇒ Setup Jupyter Server for Remote Access
⇐ Start Jupyter in Conda Environment
2021-11-12, 2166🔥, 0💬
Popular Posts:
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...
Where to find answers to frequently asked questions on Facebook? I want to know how to know how to u...
What are those search options provided on Library Genesis? Library Genesis provides 3 types of searc...
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...
How to login to Facebook with a Web browser? If you want to login to Facebook with a Web browser, yo...