[IPython-dev] Fwd: [SciTech] ActivePapers Python edition

Thomas Kluyver takowl at gmail.com
Fri Dec 6 12:58:42 EST 2013


On 5 December 2013 23:29, Konrad Hinsen <konrad.hinsen at fastmail.net> wrote:

> BTW, that's related to one of the open questions I have with
> integrating notebooks into ActivePapers: how to handle the case of a
> notebook whose cells have been executed interactively in a different
> order? This may well result in different datasets than a complete
> linear execution, so the cell execution order needs to be stored for
> reproduction. Is this information available in a notebook?
>

Yes - the prompt numbers by the cells record the order of execution.
However, I think that the reproducible case should normally be the one
where the cells are run in order from top to bottom. Running them out of
order is convenient, but to check that a notebook all works together, it's
common to clear all output, reset the kernel, and run all cells in order.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20131206/76b885bb/attachment.html>


More information about the IPython-dev mailing list