How to change the address of Jyputer Notebook.
Change the default address
- Find the folder which is used to store ‘config’:
In cmd
, input jupyter notebook --generate-config
-
find the file: ‘jupyter_notebook_config.py’, open it.
-
c.NotebookApp.notebook_dir = 'specified path'
delete the comment # -
reboot, done.
Remark:
‘c.NotebookApp.browser’ can change the browser.
the path should use \\
rather than \
.