JLG
- pre-alpha version, download the whole repo and install
- JupyterLab
jupyter labextension install jupyterlab-git
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
Installation and activation for jupyterlab_git python handler package, do it inside jupyterlab-git directory.:
pip install jupyterlab_git/
jupyter serverextension enable --py jupyterlab_git
jupyter nbextension install --py jupyterlab_git
To enable this extension:
jupyter nbextension enable --py jupyterlab_git
Launch JupyterLab & you will see the new Git buttons on the left side of the window.