Greetings Everyone, I am trying to run OPTIONAL LAB codes in my own jupyter notebook but when I copy code of #Lab_Coffee_Utilis and run that whole program I get an error on line 4.
import tensorflow as tf : MouleNotFoundError
If you plan on running the Jupyter labs locally, I would generally recommend creating a virtual environment. Regardless, just do “pip install tensorflow” in terminal (requires python installed on your device).