[IPython-dev] IPython Notebook Multiple Checkpoints

Kyle Kelley rgbkrk at gmail.com
Mon Aug 5 10:51:43 EDT 2013


Min,

The repository is located at https://github.com/rgbkrk/bookstore. If you
use the Rackspace backend, you'll need an account. IPython should have free
resources courtesy Rackspace (via Jesse
Noller<https://twitter.com/ellisonbg/status/355892974657343488>)
-- do let me know if you need any help.

Hopefully I'll be able to help figure it out. If you have any tips for
working with IPython's javascript I'm all years. I used Firefox's developer
tools to figure out some issues with my original code, but haven't sorted
this one out.

-- Kyle


On Mon, Aug 5, 2013 at 12:12 AM, MinRK <benjaminrk at gmail.com> wrote:

> 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
>>
>>
>
> _______________________________________________
> 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/20130805/57fbe317/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/20130805/57fbe317/attachment.png>


More information about the IPython-dev mailing list