【简述】如何将anaconda、jupyter notebook、VS code结合起来?
1.下载并安装anaconda、VS code
2.使用conda新建虚拟环境
3.在该虚拟环境中conda install ipykernel
4.在该虚拟环境中输入
python -m ipykernel install --user --name 环境名称 --display-name 环境名称
5.在VS code中打开项目文件
6.在VS code中CTRL+P搜索输入:> select interpreter
7.点击Python:Select Interpreter
8.选择之前你新建并命名的虚拟环境即可
【简述】如何将anaconda、jupyter notebook、VS code结合起来?
最新推荐文章于 2025-03-11 11:28:27 发布