This is a simple notebook I use as a desktop calculator


In [10]:
from __future__ import division
%pylab inline
import scipy
import math


Populating the interactive namespace from numpy and matplotlib

In [11]:
a=([1,2,2.5,3])

In [12]:
plot(a)


Out[12]:
[<matplotlib.lines.Line2D at 0x33ebc50>]

In [12]:


In [ ]: