A set of lectures on scientific computing with Pytho, using Jupyter notebooks.
First of all, install Jupyter by following this instructions: Installation and virtual envs
Then, to open these notebooks in Jupyter, download the files to a directory on your computer and from that directory run:
$ jupyter notebook
This will open a new page in your browser with a list of the available notebooks.
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
Thanks to J.R. Johansson (jrjohansson at gmail.com)