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:
Notebook Directory for Jupyter Server
What is the Notebook Directory of the Jupyter Server?
✍: FYIcenter.com
The Notebook Directory of the Jupyter Server
is a directory on the server computer to store Notebook files and
other files.
By default, Notebook Directory is the directory where you starts the "jupyter notebook" command.
You should specify a fixed directory as Notebook Directory in the configuration JSON file.
fyicenter$ vi ~/.jupyter/jupyter_notebook_config.json
...
"NotebookApp": {
...
"notebook_dir": "/shared/notebooks"
Or specify it in the configuration Python file.
fyicenter$ vi ~/.jupyter/jupyter_notebook_config.py ## The directory to use for notebooks and kernels. # Default: '' c.NotebookApp.notebook_dir = '/shared/notebooks'
Restart the Jupyter Server.
fyicenter$ jupyter notebook ... [I NotebookApp] Serving notebooks from local directory: /shared/notebooks [I NotebookApp] Jupyter Notebook 6.3.0 is running at: [I NotebookApp] http://192.168.1.10:8080/
⇒ Start Jupyter Server at Boot Time
⇐ Turn on Password Protection on Jupyter Server
2022-02-04, 1445🔥, 0💬
Popular Posts:
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
How to start to troubleshoot my Actiontec GT784WNV Modem? I am not able to access Internet. If you a...
How to apply a character style in Microsoft Word? I want to emphasize few words in a paragraph. Appl...
How to create a new WeChat account with my Facebook account? Creating a new WeChat account with a Fa...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...