[IPython-dev] IPython Notebook Multiple Checkpoints

MinRK benjaminrk at gmail.com
Mon Aug 5 01:12:42 EDT 2013


It's probably bugs in the javascript for some combination / subset of
listing / selecting / updating checkpoints.  If you point me to your repo I
will look into it, since I haven't had a multi-checkpoint backend to test
against.


On Sun, Aug 4, 2013 at 7:33 PM, Kyle Kelley <rgbkrk at gmail.com> wrote:

> Hey all,
>
> I added checkpoints to the notebook manager I've been working on:
>
> [image: Inline image 1]
>
> However, I'm having trouble with multiple checkpoints. Single checkpoints
> work beautifully but multiples are downright broken. It seems like my last
> checkpoint reigns supreme. Multiple checkpoints get loaded when opening up
> a previously saved notebook, but any new checkpoints write over the top of
> the displayed list (still saved properly on the backend though).
>
> What am I missing from the current implementation and documentation that I
> should be looking to?
>
> I copied the formatting of the returned structure needed from
> filenbmanager.py -- (list containing dictionaries with fields
> "checkpoint_id" and "last_modified").? The new multi dir sexiness in
> https://github.com/ipython/ipython/pull/3619 is doing the same thing. Has
> anyone tried out multiple checkpoints?
>
> -- Kyle
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130804/503b1cea/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2013-08-04 at 8.55.27 PM.png
Type: image/png
Size: 23401 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130804/503b1cea/attachment.png>


More information about the IPython-dev mailing list