jupyter 修改启动时目录
Posted see2802
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter 修改启动时目录相关的知识,希望对你有一定的参考价值。
打开cmd,执行
jupyter notebook --generate-config
将在当前路径下生成一个文件: jupyter_notebook_config.py
C:Userssheng> jupyter notebook --generate-config Writing default config to: C:Userssheng.jupyterjupyter_notebook_config.py
打开文件,找到如下部分:
## The directory to use for notebooks and kernels. #c.NotebookApp.notebook_dir = ‘‘
去掉注释,修改为指定的路径,如:
## The directory to use for notebooks and kernels. c.NotebookApp.notebook_dir = u‘E:\jupyternotebook‘
重新启动jupyter即可。
以上是关于jupyter 修改启动时目录的主要内容,如果未能解决你的问题,请参考以下文章
解决Anaconda的jupyter notebook快捷启动对配置文件修改工作目录不起作用问题
解决Anaconda的jupyter notebook快捷启动对配置文件修改工作目录不起作用问题
解决Anaconda的jupyter notebook快捷启动对配置文件修改工作目录不起作用问题