多个conda环境共享jupyter notebook(notebook 添加 conda 环境)
程序员文章站
2022-06-01 09:52:47
...
1.**环境
source activate 环境名称
2.安装ipykernel
conda install ipykernel
3.将环境写入到notebook中
python -m ipykernel install --user --name 环境名称 --display-name "在notebook中显示的环境名"
4.打开notebook
jupyter notebok
note:并不一定要在conda基础环境下安装notebook,在任何一个环境中有notebook就可以了。在不同环境中需要安装ipykernel
another way
conda install nb_conda_kernels
推荐阅读
-
多个环境配置Jupyter notebook
-
conda环境下ubuntu 20.04 jupyter添加或删除内核的方法
-
jupyter notebook 多环境conda kernel配置
-
多个环境配置Jupyter notebook
-
Jupyter notebook选择conda环境
-
jupyter notebook 选择新的 conda 环境
-
jupyter notebook 支持多conda环境
-
jupyter notebook识别conda虚拟环境
-
多个conda环境共享jupyter notebook(notebook 添加 conda 环境)
-
conda环境下安装jupyter notebook