In [1]:
import numpy as np #matrix math 
import tensorflow as tf #machine learningt
import helpers #for formatting data into batches and generating random sequence data


---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-67008a6a31c6> in <module>()
      1 import numpy as np #matrix math
----> 2 import tensorflow as tf #machine learningt
      3 import helpers #for formatting data into batches and generating random sequence data

ModuleNotFoundError: No module named 'tensorflow'

In [ ]: