Date Tags IPython
a=4
b=5
%matplotlib inline
plot(range(b))
Out[7]:
[<matplotlib.lines.Line2D at 0x2d29fd0>]

Comments

comments powered by Disqus