conda创建虚拟环境并在jupyter notebook中打开
1、创建虚拟环境
conda create -n tfvenv python=3
2、指定到对应的虚拟环境
activate tfenvs
3、下载插件,在jupyter notebook中才能导入对应的虚拟环境
conda install nb_conda
4、如果上面的方法不行,那么activate tfenvs 进入对应虚拟环境后
pip install ipykernel
...
原创
2019-09-01 17:50:10 ·
4208 阅读 ·
2 评论