我的Anaconda tensorflow都装好了。。。就是在Jupyter notebook中import tensorflow报错如下
暴力解决,以管理员身份打开Anaconda Prompt,运行以下命令 :
source activate tensorflow
conda install ipython
conda install jupyter
jupyter notebook
我的Anaconda tensorflow都装好了。。。就是在Jupyter notebook中import tensorflow报错如下
暴力解决,以管理员身份打开Anaconda Prompt,运行以下命令 :
source activate tensorflow
conda install ipython
conda install jupyter
jupyter notebook