Contents:
This is an example of notebook
[2]:
import numpy as np import matplotlib.pyplot as plt
[3]:
xx = np.random.rand(100)
[7]:
_ = plt.plot(range(len(xx)), xx)
[ ]: