1.生成jupyter_notebook_config.py文件,并得到文件位置
在jupyter终端输入:jupyter notebook --generate-config,生成jupyter_notebook_config.py文件,并且会告诉你该文件的位置。
注意不是cmd的终端,是Anaconda Prompt 的终端
2.打开jupyter_notebook_config.py文件搜索notebook_dir找到ServerApp.notebook_dir=''
将你要改的地址改在里面
可能出现的问题:
以前是找的NotebookApp.notebook_dir = '',现在不是了