jupyter添加不同版本python 终端切换到你要添加到jupyter的python环境 conda activate 你的python环境名 sudo 你的anaconda安装路径/anaconda3/envs/你的python环境名/bin/python -m ipykernel install --name jupyter中显示的python名字 打开jupyter-notebook ,新建列表里已经有新的python环境了!