jupyter notebook中找不到某个anaconda环境

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

activate xxx

然后:

1.安装ipykernel

conda install notebook ipykernel

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

python -m ipykernel install --name XXXX

 

 

你可能感兴趣的:(计算机基础)