Proof of concept for dynamically rendering IPython Notebooks using Flask:
nbviewer
each code cell in a notebook is executed on request.app.py
starts the flask site which renders the markdown and updated code output cells.notebooks
directory.Next steps:
Dynamically executing and rendering notebooks that use Widgets for interactive pages.
Contributing:
Ideas on better ways to do this, feedback and pull requests all welcome!