环境:Jupyter notebook 更改Jupyter工作目录
1.打开小黑框
键入 jupyter notebook --generate-config
2.找到并打开配置文件
jypyter_notebook_config.py
3.修改工作目录
c.NotebookApp.notebook_dir='新路径'
记得删除前面的#
4.win+r ->jupyter notebook
出现新的工作环境,开始码字就行了

键入 jupyter notebook --generate-config
jypyter_notebook_config.py
c.NotebookApp.notebook_dir='新路径'
记得删除前面的#
出现新的工作环境,开始码字就行了
