解决办法:
在终端输入以下命令.重新安装一遍(暴力解决)
进入激活环境,安装两个软件ipython和jupyter
source activate tensorflow #激活tensorflow环境
conda install ipython
conda install jupyter
jupyter notebook #重新打开jupyter notebook
解决办法:
在终端输入以下命令.重新安装一遍(暴力解决)
进入激活环境,安装两个软件ipython和jupyter
source activate tensorflow #激活tensorflow环境
conda install ipython
conda install jupyter
jupyter notebook #重新打开jupyter notebook