iPython Notebook tutorial

iPython Notebook is an interactive scientific computing environment built on Python. It enables us to create documents combining text for reporting / story-telling and Python code for data analysis.

An iPython notebook can be run to render a beautiful report in its native *.ipynb format itself. If necessary, notebooks can also be converted to other publication formats such as HTML and PDF.

To understand iPython Notebook through a demo example: