Presentation tool
=================

For this presentation I have used the "ipython notebook" for python3.

    http://ipython.org/notebook.html

Install ipython on debian-based systems (Ubuntu, grml, …) via

    apt-get install ipython3

and the notebook via

    apt-get install ipython3-notebook

These installations are specific for py3k. If you want to use python 2.x instead, omit the trailing 3 in the names.
After installation start a terminal and run

    ipython3 notebook

to run the notebook. The browser will be started and a local webserver will run on port 8889.
In the webbrowser you will be able to execute your python source codes stored in so-called "notebooks".
You can download the notebook I created (a *.ipynb file) at

    http://lukas-prokop.at/talks/glt14-python/GLT14-Python.ipynb

The "static.html" file at

    http://lukas-prokop.at/talks/glt14-python/static.html

is a static dump of the notebook. You can also generate this static version using an online tool.
Go to http://nbviewer.ipython.org/ and enter the ipynb-file-URL. You will then be redirected to

    http://nbviewer.ipython.org/url/lukas-prokop.at/talks/glt14-python/GLT14-Python.ipynb?create=1

best regards,
meisterluk
