nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 23 forks source link

Add integration with Jupyter Checkpoints to the BookstoreContentsArchiver #178

Open mpacer opened 4 years ago

mpacer commented 4 years ago

We may be able to give people a straightforward way to revert to older versions of their notebooks by integrating directly with the Jupyter Checkpoints APIs.

This would allow us to surface a simple UI for users to revert to older versions of their notebooks from within the notebook itself.

Many thanks to @romain-intel for pointing out this possibility.