如果没有安装过jupyter notebook,需进入cmd命令窗口输入:
#这里使用了python清华镜像提高下载速度
python3.5
$ pip install jupyter notebook
-i https://mirrors.tuna.tsinghua.edu.cn/
python3.10.9
$ pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
在不同版本的python下安装语句不同,写错经导致错误出现