ipython notebook modify the beginning of an open folder path

1.cmd: jupyter notebook --generate-config
2. Locate the ~ \ in the file jupyter_notebook_config.py .jupyter
3. Modify c.NotebookApp.notebook_dir = 'your directory'


c.NotebookApp.notebook_dir ='C:\\tensorflow_dir'

First, attention will remove the #, Second, note the double slash \\ as I have here is C: \\ tensorflow_dir. If you do not change the double slash, open ipython notebook without any reaction, which is the key changes, many students may not notice, it covered.


Published 24 original articles · won praise 60 · Views 150,000 +

Guess you like

Origin blog.csdn.net/ccnucb/article/details/79526477