Skip to content

Quansight/straight-forward-git

jupyterlab-simple-git

Simplified git extension for Jupyterlab.

Prerequisites

  • JupyterLab

Installation

$ pip install jupyterlab_simple_git
$ jupyter labextension install jupyterlab-simple-git

Development

For a development install, do the following in the repository directory:

$ make init
$ make install
$ npm run build
$ jupyter labextension link .

To rebuild the package and the JupyterLab app:

$ npm run build
$ jupyter lab build

Editors

  • This repository uses EditorConfig to maintain consistent coding styles between different editors and IDEs, including browsers.