[IPython-User] html from ipython nb
Fernando Perez
fperez.net@gmail....
Thu Feb 23 16:46:28 CST 2012
On Thu, Feb 23, 2012 at 1:35 PM, Comer Duncan <comer.duncan@gmail.com> wrote:
>
> Ok, I understand. For my liberal education can you point me to the
> stream type cell so I can at least try to understand it?
The easiest thing to do is to open the .ipynb in a plain text editor
and just read the JSON yourself. That's the data that will come in
when the notebook writer iterates over cells.
Cheers,
f
More information about the IPython-User
mailing list