当前位置: 代码迷 >> 综合 >> jupyter notebook中找不到某个anaconda环境
  详细解决方案

jupyter notebook中找不到某个anaconda环境

热度:10   发布时间:2023-12-14 15:04:44.0

分两步:使用命令切入到你想要设置的环境下:

activate xxx

然后:

1.安装ipykernel

conda install notebook ipykernel

2.设置jupyter notebook,其中xxx是你将在jn中看到的环境名字

python -m ipykernel install --name XXXX