目录
1、切换到目标python环境,假设我的是叫“tf”
C:\Users\hello>activate tf(tf) C:\Users\hello>
2、安装notebook内核包
(tf) C:\Users\hello>pip install ipykernel
3、将环境加入到notebook中
python -m ipykernel install --user --name pytorch --display-name pytorch
我的
(tf) C:\Users\hello>python -m ipykernel install --user --name tf --display-name tf-ipy
4、一定要在base环境中打开jupyter notebook
C:\Users\hello>jupyter notebook
在notebook界面切换python环境