jupyter notebook的安装与使用

**1.**安装jupyter

pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter notebook的安装与使用
有可能出现报错—更新pip(可能遇到已有版本无法卸载并找不到当前版本的情况

解决—>python -m pip install --upgrade pip

2.启动Jupyter

命令行:jupyter notebook
启动成功则可以在浏览器中的到jupyter Home页面

3.python编辑器

点击new 选择python3

上一篇:Jupyter Notebook快捷键


下一篇:python 基础1:jupyter notebook常用打开方式