Download and install Anaconda (this gives you ipython and a nice enviroment)
Install Nikola
Follow the tutorial
Helpful Links:
http://www.damian.oquanta.info/posts/ipython-plugin-for-nikola-updated.html
https://shankarmsy.github.io/posts/blogging-with-the-awesome-nikola-ipython-and-github.html
In [1]:
# http://nbviewer.jupyter.org/gist/theandygross/4544012
import sys
print('Python: {}'.format(sys.version))
In [2]:
print ('This is really exciting')
In [3]:
print (12)
In [ ]:
print ('hello, notebook blog :)')