jupyter修改文件保存路径

使用jupyter notebook --generate-config指令获取当前Jupyter路径

打开jupyter_notebook_config文件
打开文件找到c.NotebookAppxxxx定义 Jupyter notebook工作路径如下:

c.NotebookApp.notebook_dir = 'D:\jupyter_notebook'

 c.NotebookApp.notebook_dir = 'D:\jupyter_notebook'前面的#去掉

 

你可能感兴趣的:(python)