Welcome to Canopy's interactive data-analysis environment!

with pylab-backend set to: qt

Type '?' for more information.


In [1]: print "Hello world"

Hello world


In [2]: "Hello, world"

Out[2]: 'Hello, world'


In [3]: Hello, world

---------------------------------------------------------------------------

NameError Traceback (most recent call last)

<ipython-input-3-a7966bf58e23> in <module>()

----> 1 Hello, world


NameError: name 'Hello' is not defined


In [4]: plot(rand(100))

Out[4]: [<matplotlib.lines.Line2D at 0x31e8590>]


In [5]: display(getfigs()[-1])



In [6]: %logstart -o /home/burny/PracticalBioinformatics_2013_B/day1.log

Activating auto-logging. Current session state plus future input saved.

Filename : /home/burny/PracticalBioinformatics_2013_B/day1.log

Mode : backup

Output logging : True

Raw input log : False

Timestamping : False

State : active


In [7]: