This post explains how to use the IPython/Jupyter notebooks which are provided in this blog through Github. The notebooks can easily be uploaded on a personal Sagemathcloud account. This avoids having to install a local implementation of Jupyter.


IPyhton/Jupyter notebooks, Github and Sagemathcloud

Python has become a credible option for scientific programming. Resources on the use of python in the economic context can be found here.

Notebooks are a convenient way of using Python in education/teaching contexts. Notebooks provide a webbased programming environment. It relies on IPython, which has very recently morphed into the Jupyter project (see here). Notebooks allow to mix code, illustrations, latex commands, html, markdown… One can find interesting resources and notebook examples here.

The notebooks referenced in this blog are posted on Github which has been recently updated to allow notebook visualization. Notebooks can be downloaded locally from Gihub by the readers of this blog. What is then required to use the notebooks is a Jupyter environment.

I recommend Sagemathcloud as a webbased platform to run Jupyter notebooks. An account needs to be created. Once this is done, a project has to be added. A Jupyter notebook can then be created or uploaded. The notebook can then be run and amended.