在安装TensorFlow之前,我已经安装了Jupyter。

安装Jupyter参考:https://blog.csdn.net/qq_39093164/article/details/88920134

安装TensorFlow参考:https://blog.csdn.net/qq_39093164/article/details/89414112

在TensorFlow环境下再安装Jupyter就可以

1.**TensorFlow环境

source activate tensorflow

2.查看环境下的各软件的位置

Mac——Jupyter安装TensorFlow

可见,我的TensorFlow环境中没有Jupyter和Ipython

3.安装Jupyter和Ipython

conda install ipython

conda install jupyter

 4.验证安装

打开jupyter

jupyter notebook 

import tensorflow as tf 

Mac——Jupyter安装TensorFlow

运行成功即为成功 

相关文章:

  • 2021-09-09
  • 2022-12-23
  • 2021-10-16
  • 2021-06-22
  • 2022-01-05
  • 2021-07-20
  • 2021-11-21
猜你喜欢
  • 2021-11-14
  • 2021-07-01
  • 2021-10-10
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
相关资源
相似解决方案