jupyter notebook modify working path

The jupyter notebook in Anaconda is by default under the C drive. Generally we put it on the D drive. How to modify the default address?

1. Find Anaconda Prompt in the start menu 

Then in the base environment (generally the default is in the base) 

Execute the following command, a configuration file will be automatically generated

jupyter notebook --generate-config

 

Directly find this file under C drive, open and search The directory to use for notebooks, change the following address to the address you want, keep

Find a shortcut to jupyter notebook

 

 Right click, properties, modify 2 places

 OK Start successfully changed position

 

Guess you like

Origin blog.csdn.net/l1509214729/article/details/105280683