i have just install python, anaconda, tensorflow and i was trying to do first test of tesorflow in jupyter notebook but i doesn't work plz help me Thank you
python version == 3.7.0
using macbook 2015
import tensorflow as tf
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-64156d691fe5> in <module>
----> 1 import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
i have already checked in terminal (pip3 list) It already has tensorflow ,bu i have no idea why it doesn't work