In [1]:
import matplotlib.pyplot as plt
plt.plot([1,2,3])
plt.show()



In [ ]: