Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 832 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 832 Bytes

jupyterlab-git

Pre-alpha version.
(not yet published on npm)
If you want to install & give it a try, clone the repo first & then use the commands below from the cloned directory.

Prerequisites

  • JupyterLab

Installation & Development

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 of Git handler

Installation and activation for jupyterlab_git python handler package (requires anaconda:python version >=3.6.0):

pip install .
jupyter serverextension enable --py jupyterlab_git

Launch JupyterLab & you will see the new Git buttons on the left side of the window.