IPython Notebook Multiple Checkpoints

PythonIpython Notebook

Python Problem Overview


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.

Python Solutions


Solution 1 - Python

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.

Solution 2 - Python

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionzbinsdView Question on Stackoverflow
Solution 1 - PythonMattView Answer on Stackoverflow
Solution 2 - PythonorangeView Answer on Stackoverflow