1、在cmd中输入
jupyter notebook --generate-config
如下图
得到
C:\Users\Lenovo\.jupyter\jupyter_notebook_config.py
2、打开C:\Users\Lenovo\.jupyter\jupyter_notebook_config.py,修改c.NotebookApp.notebook_dir = ''的值为自己的路径。
1、在cmd中输入
jupyter notebook --generate-config
如下图
得到
C:\Users\Lenovo\.jupyter\jupyter_notebook_config.py
2、打开C:\Users\Lenovo\.jupyter\jupyter_notebook_config.py,修改c.NotebookApp.notebook_dir = ''的值为自己的路径。