**1.**安装jupyter
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
有可能出现报错—更新pip(可能遇到已有版本无法卸载并找不到当前版本的情况
解决—>python -m pip install --upgrade pip
2.启动Jupyter
命令行:jupyter notebook
启动成功则可以在浏览器中的到jupyter Home页面
3.python编辑器
点击new 选择python3