Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timkpaine/jupyterlab_autoversion
Automatically version jupyter notebooks in JupyterLab
https://github.com/timkpaine/jupyterlab_autoversion
jupyter jupyterlab jupyterlab-extension
Last synced: 13 days ago
JSON representation
Automatically version jupyter notebooks in JupyterLab
- Host: GitHub
- URL: https://github.com/timkpaine/jupyterlab_autoversion
- Owner: timkpaine
- License: apache-2.0
- Created: 2018-08-23T23:49:52.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T13:08:17.000Z (about 1 month ago)
- Last Synced: 2024-10-21T21:46:22.989Z (21 days ago)
- Topics: jupyter, jupyterlab, jupyterlab-extension
- Language: Python
- Homepage: https://jupyterlab-autoversion.readthedocs.io
- Size: 5.85 MB
- Stars: 80
- Watchers: 6
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 9% open · ⏱️ 21.07.2022): (JupyterLab扩展)
- best-of-jupyter - GitHub - 13% open · ⏱️ 01.10.2024): (JupyterLab Extensions)
README
# jupyterlab_autoversion
Automatically version jupyter notebooks in JupyterLab[![Build Status](https://github.com/timkpaine/jupyterlab_autoversion/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/jupyterlab_autoversion/actions?query=workflow%3A%22Build+Status%22)
[![codecov](https://codecov.io/gh/timkpaine/jupyterlab_autoversion/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/jupyterlab_autoversion)
[![PyPI](https://img.shields.io/pypi/l/jupyterlab_autoversion.svg)](https://pypi.python.org/pypi/jupyterlab_autoversion)
[![PyPI](https://img.shields.io/pypi/v/jupyterlab_autoversion.svg)](https://pypi.python.org/pypi/jupyterlab_autoversion)
[![npm](https://img.shields.io/npm/v/jupyterlab_autoversion.svg)](https://www.npmjs.com/package/jupyterlab_autoversion)## Save every notebook revision
Enhanced checkpoints, versioned and persistent between restarts on every save![](https://raw.githubusercontent.com/timkpaine/jupyterlab_autoversion/main/docs/example.gif)
Diff notebooks to previously saved versions:
![](https://raw.githubusercontent.com/timkpaine/jupyterlab_autoversion/main/docs/diff.gif)## Install
```bash
pip install jupyterlab_autoversion
```## Development
See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
## License
This software is licensed under the Apache 2.0 license. See the
[LICENSE](LICENSE) file for details.