%pip install scipy pandas matplotlib
import matplotlib.pyplot as plt import numpy as np import pandas as pd import tensorflow as tf from tensorflow import keras print(tf.__version__)
2.18.0