打开 Powershell命令窗口
使用jupyter notebook --generate-config指令获取当前Jupyter路径
目前的路径在C:\Users\AllenCheng\.jupyter\jupyter_notebook_config.py
打开jupyter_notebook_config文件
打开文件找到c.NotebookApp.notebook_dir定义 Jupyter notebook工作路径如下:
c.NotebookApp.notebook_dir = 'D:\\Workspace'
路径 D:\\Workspace 需要提前创建
然后保存 重新打开Jupyter
网友评论