No module named tensorflow in jupyter

后端 未结 13 1247
梦如初夏
梦如初夏 2020-12-04 18:06

I have some imports in my jupyter notebook and among them is tensorflow:

ImportError                               Traceback (most recent call last)


        
13条回答
  •  抹茶落季
    2020-12-04 18:46

    Run python -m ipykernel install --user --name . This should add your environment to the jupyter kernel list.

    Change the kernel using Kernel->Change Kernel option or New->.

    Note : Replace with the actual name of the environment.

提交回复
热议问题