Blogin on github Tue 02 September 2014 I decided to follow Jake and try to setup a blog on github which can be used to show code and ipython notebooks. You can read about the details here. Notebook example: In [1]: a=1 b=2 In [2]: a*b Out[2]: 2