This is a simple notebook I use as a desktop calculator
In [10]:
from __future__ import division
%pylab inline
import scipy
import math
In [11]:
a=([1,2,2.5,3])
In [12]:
plot(a)
Out[12]:
In [12]:
In [ ]: