Metadata-Version: 2.1
Name: jupyterlab-autoversion
Version: 0.2.0
Summary: Automatically version jupyter notebooks on save
Home-page: https://github.com/timkpaine/jupyterlab_autoversion
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Description: # jupyterlab_autoversion
        Automatically version jupyter notebooks in JupyterLab
        
        [![Build Status](https://dev.azure.com/tpaine154/jupyter/_apis/build/status/timkpaine.jupyterlab_autoversion?branchName=master)](https://dev.azure.com/tpaine154/jupyter/_build/latest?definitionId=16&branchName=master)
        [![Coverage](https://img.shields.io/azure-devops/coverage/tpaine154/jupyter/16)](https://dev.azure.com/tpaine154/jupyter/_build?definitionId=16&_a=summary)
        [![GitHub issues](https://img.shields.io/github/issues/timkpaine/jupyterlab_autoversion.svg)]()
        [![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/master/docs/example.gif)
        
        
        ## Install
        
        ```bash
        pip install jupyterlab_autoversion
        jupyter labextension install jupyterlab_autoversion
        jupyter serverextension enable --py jupyterlab_autoversion
        ```
        
Keywords: jupyter jupyterlab
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Provides-Extra: dev
