IPython Notebook 多个检查点
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19142465/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
IPython Notebook Multiple Checkpoints
提问by zbinsd
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.
我看到 IPython Notebook 有一个菜单项: File > Revert to Checkpoint
,但是对于我的任何笔记本,它永远不会包含一个以上的条目。
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.
另外,我把绿色框作为亮点。
采纳答案by Matt
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.
Bookstore(机架空间上的帖子)是目前唯一支持多个检查点的存储后端。我们希望有人会在某个时候编写一个 git 后端。它不会很快来自核心团队。
If you are motivated to do so, we'll be happy to give you pointers.
如果您有动力这样做,我们将很乐意为您提供指导。
回答by orange
maybe you can try this, I add multiple checkpoint for every time of saving . https://github.com/jupyter/notebook/issues/3563
也许你可以试试这个,我为每次保存添加多个检查点。https://github.com/jupyter/notebook/issues/3563