在要使用的环境下下载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