使用jupyter
import tensorflow as tf
出现
ModuleNotFoundError Traceback (most recent call last) <ipython-input-3-64156d691fe5> in <module>() ----> 1 import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'
原因:
jupyter 仅仅支持 tensorflow 1.x 以及 python 3.6之前的版本