IPython Notebook Multiple Checkpoints

Question:

I see that IPython Notebook has a menu item: File > Revert to Checkpoint, but this never contains more than a single entry for any of my notebooks.

Is there a way to allow this menu to hold multiple checkpoints? I can’t find documentation about how to do this anywhere on the web.
Thanks.

Also, I put in the green box as a highlight.

image showing only a single entry to 'Revert to Checkpoint' list.

Asked By: zbinsd

||

Answers:

Bookstore (post on rackspace) is the only storage backend that supports multiple checkpoints for now. We hope that someone will write a git backend at some point. It will just not come from the core team soon.

If you are motivated to do so, we’ll be happy to give you pointers.

Answered By: Matt

maybe you can try this, I add multiple checkpoint for every time of saving . https://github.com/jupyter/notebook/issues/3563

Answered By: orange
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.