You can check the TensorFlow version in Jupyter Notebook with the following code. I highly recommend you This book to learn Python.
import tensorflow as tf print(tf.__version__)
You can check the TensorFlow version in Jupyter Notebook with the following code. I highly recommend you This book to learn Python.
import tensorflow as tf print(tf.__version__)