VScode配置Jupyter

环境

安装步骤  

1、插件安装


2、更改pip加速源

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



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

3、建立虚拟环境

4、安装ipykernel
 

 5、设置Python解释器



4、测试

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

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