在jupyter中添加新的环境

Posted laowangxieboke

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在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"

安装成功!

以上是关于在jupyter中添加新的环境的主要内容,如果未能解决你的问题,请参考以下文章

jupyter添加新的语言包

jupyter添加新的语言包

如何将 conda 环境添加到 jupyter 实验室

jupyter Notebook中添加新环境

如何在jupyter中添加conda环境

jupyter notebook 内核配置