Example NotebookΒΆ

In [3]:
import matplotlib.pyplot as plt
plt.plot([1,2,3], [5, 3, 4])
plt.show()
../../_images/_static_developers_ExampleNotebook_1_0.png