jupyter修改默认存储路径

jupyter修改默认存储路径

cmd输入  jupyter notebook --generate-config

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

posted @ 2020-05-05 17:33  komomon  阅读(305)  评论(0)    收藏  举报