使用pip方式安装
1.更新已经安装的pip版本
python3 -m pip install --upgrade pip
或者: python3 -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple (推荐,速度较快)
2.pip安装Jupyter
python3 -m pip install jupyter
或者:python3 -m pip install jupyter -i https://mirrors.aliyun.com/pypi/simple (推荐,速度较快)
3.启动
cmd窗口下
jupyter notebook