安装
在cmd中键入以下内容
pip install --upgrade pip
pip install jupyter
更改启动目录
查看配置文件
(forDA) C:\Users\TheUserName>jupyter notebook --generate-config
Writing default config to: C:\Users\TheUserName\.jupyter\jupyter_notebook_con
fig.py
打开jupyter_notebook_config.py
文件
修改以下内容
## The directory to use for notebooks and kernels.
# c.NotebookApp.notebook_dir = ''
为
## The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir = 'E:\pythonNote'
启动
键入
jupyter notebook
即可