In [9]:
1+2
Out[9]:
In [10]:
foo = [10, 3, 3, 77]
In [11]:
%pylab inline
In [12]:
plot(foo)
Out[12]:
In [13]:
plot?
In [13]: