notebook.community
Edit and run
In [2]: %matplotlib inline import matplotlib.pyplot as plt plt.plot(range(10))
%matplotlib inline import matplotlib.pyplot as plt plt.plot(range(10))
Out[2]: [<matplotlib.lines.Line2D at 0x7f73989a8390>]
[<matplotlib.lines.Line2D at 0x7f73989a8390>]
In [ ]: