chapter#
some markdown notes
[4]:
%pylab inline
%pylab is deprecated, use %matplotlib inline and import the required libraries.
Populating the interactive namespace from numpy and matplotlib
[5]:
x = np.random.randn(10)
[6]:
plot(x)
[6]:
[<matplotlib.lines.Line2D at 0x113ff21d0>]
[ ]:
[ ]: