首先找到python->Scripts目录下,在该目录下执行cmd命令

安装:

pip install jupyter notebook

初始化jupyter notebook

jupyter notebook --generate-config

找到Default config位置,修改jupyter_notebook_config.py文件,使用记事本打开,找到# c.NotebookApp.notebook_dir = '',去掉注释#,将你的工作目录放在''中保存即可。