其他分享
首页 > 其他分享> > jupyter lab中使用anaconda创建的虚拟环境

jupyter lab中使用anaconda创建的虚拟环境

作者:互联网

在要使用的环境下下载ipykernel,并把要使用的环境登记到jupyter lab即可。

pip install -i https://pypi.doubanio.com/simple/ ipykernel
python -m ipykernel install --user --name tensorflow_cpu --display-name "tensorflow"
后面的--display-name "tensorflow"可以不要。

删除jupyter里面的虚拟环境

jupyter kernelspec remove tensorflow

 

  

标签:jupyter,name,ipykernel,--,lab,虚拟环境,tensorflow
来源: https://www.cnblogs.com/xpdd/p/14677799.html