VScode配置Jupyter

环境

安装步骤  

1、插件安装

VScode配置Jupyter_第1张图片
VScode配置Jupyter_第2张图片

2、更改pip加速源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple


VScode配置Jupyter_第3张图片
参考:vscode python配置pip源
​​​​​​​  【Python学习】Day-00 Python安装、VScode安装、pip命令、镜像源配置、虚拟环境

3、建立虚拟环境

4、安装ipykernel
 VScode配置Jupyter_第4张图片

VScode配置Jupyter_第5张图片 5、设置Python解释器
VScode配置Jupyter_第6张图片

VScode配置Jupyter_第7张图片
VScode配置Jupyter_第8张图片
4、测试

print("Do you want to install the recommended 'Python' extension from Microsoft for the Python language?")

参考:python venv pip和vscode+Jupyter编码环境准备 ​​​​​​​

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