在jupyter中添加新的环境

1.conda创建虚拟环境

conda -n tf2 python=版本号

source activate tf2

conda install nb_conda

conda install ipykernel

python -m ipykernel install --user --name tf2 --display-name "tf2"

安装成功!

posted @ 2019-12-26 08:55  老王哈哈哈  阅读(2191)  评论(0编辑  收藏  举报