其他分享
首页 > 其他分享> > jupyter noetbook切换kernel

jupyter noetbook切换kernel

作者:互联网

1, conda env list 查看环境

2,activate pytorch1.10激活环境

3,在当前环境下执行: pip install ipykernel -i https://pypi.douban.com/simple  安装ipykernel

4,继续执行:python -m ipykernel install --user --name pytorch1.10 --display-name "conda env:pytorch1.10]"

5,任意环境打开的jupyter notebook 即可切换环境

标签:kernel,jupyter,install,ipykernel,--,环境,pytorch1.10,env,noetbook
来源: https://www.cnblogs.com/cc-world/p/16418595.html