[IPython-User] set and list in Notebook
Thomas Kluyver
takowl@gmail....
Tue Jun 19 12:48:46 CDT 2012
On 19 June 2012 18:19, caoimhinp <kevin.gp@gmail.com> wrote:
> That's possible but what I've posted is all that is in my Notebook -- but not
> all that _was_ in the Notebook.
A cell you've run stays run, even if you delete it. The "In [26]:" in
your example means its the 26th bit of code you ran - and any of the
25 before it could have overwritten list.
Best wishes,
Thomas
More information about the IPython-User
mailing list