pre-alpha version
JLG
- JupyterLab
jupyter labextension install jupyterlab-git
go to the jupyterlab-git
directory in the terminal & use npm install
to install all the necessary modules.
pip install git_handler/
jupyter serverextension enable --py git_handler
jupyter nbextension install --py git_handler
To enable this extension:
jupyter nbextension enable --py git_handler
Launch JupyterLab & you will see the new Git buttons on the left side of the window.