Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 374 Bytes

e2xgit

This package provides functionality for automatically committing files on a Jupyter server

Installation

git clone https://github.com/Digiklausur/e2xgit
cd e2xgit
pip install .

Register the hooks

Add the following lines to your jupyter_notebook_config.py:

from e2xgit import configure_e2xgit

c = get_config()

...

configure_e2xgit(c)