jupyter Notebook中添加新环境

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter Notebook中添加新环境相关的知识,希望对你有一定的参考价值。

参考技术A 1、cmd或anaconda prompt环境下,激活待添加的环境

conda activate tf2(tf2是待添加环境)

2、cmd中继续执行以下操作:

pip install ipykernel ipython

3、cmd继续中执行以下操作:

ipython kernel install --user --name tf2(tf2是在jupyter Notebook中显示的kernel名称,根据自己的需要可自定义名称)

4、进入jupyter notebook

点击右上角,new,选择需要的虚拟环境即可,如下图所示。

如何加到可选Kernel中?(jupyter notebook)

step1:

打开命令窗口后,输入

conda create -n env_name python=2.7

即给anaconda安装了python2.7

 

step2:

继续输入

activate env_name

即进入python2.7环境

 

step3:

输入

pip install ipykernel

即 在anaconda 中的jupyter notebook中添加新核

 

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

Jupyter notebook添加Anaconda中的虚拟环境

Jupyter notebook添加Anaconda中的虚拟环境

设置 Python 虚拟环境启动 Jupyter Notebook gaierror: [Errno -2] Name or service not known

anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码

jupyter notebook: NameError: name 'c' is not defined

jupyter notebook 内核配置