Change the default address

  1. Find the folder which is used to store ‘config’:

In cmd, input jupyter notebook --generate-config

  1. find the file: ‘jupyter_notebook_config.py’, open it.

  2. c.NotebookApp.notebook_dir = 'specified path' delete the comment #

  3. reboot, done.

Remark:

‘c.NotebookApp.browser’ can change the browser.

the path should use \\ rather than \.