RitwikGupta / jupyterlab-git

A Git extension for JupyterLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

pip install .
jupyter serverextension enable --py jupyterlab_git

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

About

A Git extension for JupyterLab

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 55.7%Language:Python 24.2%Language:CSS 20.1%