jupyter notebook 工作目录修改
时间:2017-04-12 02:50:13
收藏:0
阅读:146
在windows命令行里面输入:
jupyter notebook --generate-config
就可以在本机用户名目录下(如C:\Users\captian\.jupyter)生成jupyter_notebook_config.py文件;
打开此文件,找到
c.NotebookApp.notebook_dir =u‘你的path‘
修改就可以了。
参考:
https://segmentfault.com/q/1010000004474199
原文:http://www.cnblogs.com/liuquansongsheng/p/6696791.html
评论(0)