This is a text that describes that I am doing. First, I launch the pylab
magic, with inline graphics.
In [2]:
%pylab inline
x=randn(100)
plot(x)
Out[2]:
This is a text that describes that I am doing. First, I launch the pylab
magic, with inline graphics.
%pylab inline
x=randn(100)
plot(x)