Skip to content

j-sites/jupyterlab-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab-git

JLG

  • pre-alpha version, download the whole repo and install

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab-git

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, 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.

About

A Git extension for JupyterLab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.8%
  • Python 31.7%
  • CSS 1.2%
  • Other 0.3%