In [1]:
import matplotlib.pyplot as plt
import numpy as np

In [2]:
plt.plot([1, 2, 3])
plt.show()

In [ ]: