notebook.community
Edit and run
In [1]: import matplotlib.pyplot as plt plt.plot([1,2], [1,2])
import matplotlib.pyplot as plt plt.plot([1,2], [1,2])
Out[1]: [<matplotlib.lines.Line2D at 0x1a0eb999460>]
[<matplotlib.lines.Line2D at 0x1a0eb999460>]
In [ ]: