Windows安装jupyter notebook

简介:Windows安装jupyter notebook 步骤介绍。

1 pip更新

1.1按下Win+R键调出运行窗口,输入CMD并执行;
1.2在窗口中输入pip install -U pip setuptools并按下回车执行,等待执行完毕。

2 安装jupyter notebook

2.1在窗口中输入pip3 install jupyter并按下回车执行,等待执行完毕。
若出现rc.exe无法执行错误,请参考以下解决办法:

jupyter notebook安装无法运行rc.exe解决办法

3 Python库的安装方法

以安装matplotlib库为例:
在窗口中输入pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple并按下回车执行,等待执行完毕。