1.先切换到我们需要使用的环境 2.安装python内核 conda install ipykernel 3.创建指定内核 ipython kernel install --user --name=tensorflow2 4.运行jupyter notebook 即出现新创建的内核