Windows10下安装Jupyter

打开cmd
升级pip3的版本:

pip3 install --upgrade pip

安装Jupyter

pip3 install jupyter
原文地址:https://www.cnblogs.com/yaos/p/6940288.html