jfblog

Random logs and notes

The very first post

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)
Populating the interactive namespace from numpy and matplotlib

Out[2]:
[<matplotlib.lines.Line2D at 0x7f093d3d7110>]
Read On ↵