具体流程:
1. 查看当前jupyter notebook的环境:
从上面可看出当前jupyter只有一个python 3的环境。
2、 在终端中切换至想要添加的环境:
2.1 激活你要添加的环境
conda activate sf
2.2 在当前环境中安装ipykernel
conda install ipykernel
3、输入以下代码添加当前环境至jupyter notebook:
python -m ipykernel install --name sf
4、重启jupyter notebook
就能看到能够选你添加的那个环境啦