jupyter notebook中使用虚拟环境

此教程windows、ubuntu系统通用,记得提前安装anaconda,anaconda安装链接https://blog.csdn.net/fengxinzioo/article/details/93219317

第一步:

在主环境中:

conda install nb_conda

第二步:

在你需要的虚拟环境里得装,否则jupyter notebook找不到那个,记得激活虚拟环境:

 

conda install nb_conda

第三步:

随便打开一个终端将jupyter notebook开起来,效果如下面所示:

 

jupyter notebook中使用虚拟环境_第1张图片

jupyter notebook中使用虚拟环境_第2张图片

参考:

  • https://www.jianshu.com/p/afea092dda1d

 

你可能感兴趣的:(ubuntu,linux)