如何在Jupyter Notebook切换conda环境

别等时光非礼了梦想. 提交于 2020-01-11 23:31:36

1.  在你的jupyter notebook环境安装nb_conda_kernels

conda install -n notebook_env nb_conda_kernels

2. 如果你用的python,在你要导入的conda环境下安装ipykernel

conda install -n python_env ipykernel

3. 如果你用的R,则

conda install -n r_env r-irkernel

4. 启动Jupyter Notebook

 

from: https://github.com/Anaconda-Platform/nb_conda_kernels

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!