Jupyter notebook reveal.js presentation

Jupyter notebook is great for:

  • Interactive teaching (live code)
In [3]:
for _ in range(0,1):
    print("Hello word")
Hello word

For a full feature list of Jupyter / IPython notebooks check out http://jupyter.org/