在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中显示的名称
上一篇: sql多條件模糊搜索
下一篇: SiamRPN++测试过程
推荐阅读
-
在jupyter notebook中添加conda的虚拟环境
-
windows系统中Python多版本与jupyter notebook使用虚拟环境的过程
-
在Jupyter Notebook/Lab中添加R Kernel
-
windows系统中Python多版本与jupyter notebook使用虚拟环境的过程
-
在vscode中启动conda虚拟环境的思路详解
-
jupyter notebook添加conda中的环境
-
jupyter notebook添加conda中的环境
-
virtualenv中运行的jupyter notebook,在import pandas时报错,ImportError: No module named 'pandas'
-
Jupyter notebook 的各种配置 nbextensions 插件,中文转英文,安装nb_conda插件,添加kernel等等
-
Jupyter Notebook运行指定的conda虚拟环境