美文网首页
环境搭建05-Ubuntu16.04更改Jupyter的工作路径

环境搭建05-Ubuntu16.04更改Jupyter的工作路径

作者: JLGao的简书 | 来源:发表于2020-09-11 10:15 被阅读0次
生成配置文件
jupyter-notebook –generate-config
在配置文件中添加工作路径

打开编辑文件

gedit ~/.jupyter/jupyter_notebook_config.py

修改自己的jupyter工作路径

# c.NotebookApp.notebook_dir = ''
c.NotebookApp.notebook_dir = '/home/junli/codes/Jupyter_projects'

相关文章

网友评论

      本文标题:环境搭建05-Ubuntu16.04更改Jupyter的工作路径

      本文链接:https://www.haomeiwen.com/subject/bomfektx.html