- Generate config file by running jupyter notebook --generate-config in the Anaconda prompt
- Open the c:\Users\
\.jupyter\jupyter_notebook_config.py - Uncomment c.NotebookApp.notebook_dir = '' and fill in your startup folder e.g. 'c:\jupyter_workspace'
For an overview of all of the configuration setting in the jupyter_notebook_config.py file take a look at Config file and command line options (Jupyter documentation)
No comments:
Post a Comment