欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在jupyter notebook中添加conda的虚拟环境

程序员文章站 2024-03-05 15:39:19
...
conda install -n tensorflow2 ipykernel  //tensorflow2为环境名
activate tensorflow2 //**环境
python -m ipykernel install --name tensorflow2.0 //tensorflow2.0为在jupyter notebook中显示的名称

 

相关标签: 环境搭建