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
无法执行错误,请参考以下解决办法:
3 Python
库的安装方法
以安装matplotlib
库为例:
在窗口中输入pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
并按下回车执行,等待执行完毕。