jupyter notebook选择conda环境

1.进入需要选择的环境

source activate 环境名称

2.下载环境model

conda install ipykernel

3. 将环境写入notebook的kernel中

python -m ipykernel install --user --name 环境名称 --display-name "Python (环境名称)"

4.open jupyter notebook

jupyter notebook

猜你喜欢

转载自blog.csdn.net/ichglauben/article/details/84935972