timkpaine / jupyterlab_autoversion

Automatically version jupyter notebooks in JupyterLab
https://jupyterlab-autoversion.readthedocs.io
Apache License 2.0
75 stars 10 forks source link

support different backends other than git #1

Open timkpaine opened 5 years ago

timkpaine commented 5 years ago
satary commented 5 years ago

Will current implementation work with Jupyterlab-git?

timkpaine commented 5 years ago

What do you mean by that? The goal of this package is somewhat orthogonal, it attempts to track your work from save to save, which might generate too many spammy commits to be used in your main repo. That being said, the folder it creates is itself a git repo

satary commented 5 years ago

@timkpaine Thank you for the answer! Your package looks very handy! As I understood from your answer it may be hard to use with already created repos and also the repo will get bloated very fast. Looking forward to this feature!