In [2]:
%matplotlib inline
import matplotlib.pyplot as plt
plt.plot(range(10))


Out[2]:
[<matplotlib.lines.Line2D at 0x7f73989a8390>]

In [ ]: