I really like the interactive functionality of the new iPython notebook.
I often use it to replace plots, and make them more informative.
The problem is, that the output of these interactive cells is not stored in the notebook (for offline viewing).
When I shutdown and reopen the notebook, there is no preview for these cells (while there is for non-interactive cells). The same happens when previewing on github.
Is there a way to dó store the (static) output of interactive cells? I understand that the interactive cell will have to be run in order to be interactive, but I would like to store a snapshot of the cell. The exact parameters that are being used to execute the function do not matter too much for me (though it would be nice to be able to set them).
Example: running an interactive notebook:
Example: after closing and reopening:
I am using:
- python 3.6.1
- iPython 4.6.1