1.打开 cmd 输入命令 jupyter notebook --generate-config
2.找到C:\Users\Administrator\.jupyter 中的文件 jupyter_notebook_config.py
3.用记事本打开找到# The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = u' (请注意修改的是这一行)
2.找到C:\Users\Administrator\.jupyter 中的文件 jupyter_notebook_config.py
3.用记事本打开找到# The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = u' (请注意修改的是这一行)
将其修改为
# The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = u'E:\\jupyter'
(注意将#号删除,注意是\\双斜线 这里的E:\\jupyter是我喜欢的目录)
作者:bio-mary
链接:https://www.zhihu.com/question/31600197/answer/134966547
来源:知乎
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。