Skip to content

ashutoshbondre/jupyterlab-git

 
 

Repository files navigation

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.

About

A Git extension for JupyterLab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 55.3%
  • Python 23.1%
  • CSS 21.6%