jupyter简单快速安装方法!在vscode使用jupyter打开即可使用

首先,安装一个稳定的pip版本:

python -m pip install pip==20.0.1 -i https://pypi.tuna.tsinghua.edu.cn/simple/

jupyter简单快速安装方法!在vscode使用jupyter打开即可使用_第1张图片

其次,再安装jupyter notebook

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter

jupyter简单快速安装方法!在vscode使用jupyter打开即可使用_第2张图片

再次,在vscode安装jupyter

jupyter简单快速安装方法!在vscode使用jupyter打开即可使用_第3张图片
最后:新建一个ipynb文件即可使用
jupyter简单快速安装方法!在vscode使用jupyter打开即可使用_第4张图片
快捷键两个必记:

shift+enter表示增加一个cell

ctrl+enter表示运行cell

你可能感兴趣的:(python,jupyter,vscode,python)