jupyter修改默认存储路径

cmd输入  jupyter notebook --generate-config

找到该配置文件jupyter_notebook_config.py,修改参数#c.NotebookApp.notebook_dir = ''  为你自己的路径,注意要取消注释并且先创建文件夹

相关文章: