jupyter中加载虚拟环境选择

【jupyter中加载虚拟环境选择】首先进入相应的虚拟环境:
activate tensorflow-gpu
然后输入以下:
python -m ipykernel install --user --name tensorflow-gpu --display-name “Python3(tf-gpu)”

    推荐阅读