Including Notebooks

Example ways to hook to a notebook

Include as iframe

Use nbviewer:

https://nbviewer.jupyter.org/

Convert to static page

Step 1, convert to HTML:

jupyter nbconvert --to html notebook.ipynb

Step 2, include it right in:

test_notebook