点击Anaconda Prompt
输入jupyter notebook --generate-config
生成jupyter 配置文件,会显示配置文件的具体目录,一般默认是在 C:\Users\admin\.jupyter\jupyter_notebook_config.py
打开jupyter_notebook_config.py配置文件, 搜索notebook_dir,去掉注释,修改成具体的你创建的路径文件,例如c.NotebookApp.notebook_dir = r'D:\\jupyter_work_place'
保存后,cmd,输入jupyter notebook
如果出现Jupyter Notebook 500 : Internal Server Error
python - Jupyter Notebook 500 : Internal Server Error - Stack Overflow
conda install nbconvert==5.4.1