Keras Preprocessing Example - End to End

import tensorflow as tf
import tensorflow_datasets as tfds
---------------------------------------------------------------------------

ModuleNotFoundError                       Traceback (most recent call last)

<ipython-input-1-5ef98d34c8c5> in <module>
      1 import tensorflow as tf
----> 2 import tensorflow_datasets as tfds


ModuleNotFoundError: No module named 'tensorflow_datasets'
!jupyter nbconvert "Keras Preprocessing Example.ipynb" --to markdown --output-dir "G:\My Drive\hugo\learning\content\dl\keras" --output index.md