Skip to content

parente/jupyterlab-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterlab-git

pre-alpha version

JLG

Prerequisites

  • JupyterLab

Installation for git-plugin

jupyter labextension install jupyterlab-git

npm install

go to the jupyterlab-git directory in the terminal & use npm install to install all the necessary modules.

Installation and activation of git handler

pip install git_handler/
jupyter serverextension enable --py git_handler
jupyter nbextension install --py git_handler

To enable this extension:

jupyter nbextension enable --py git_handler

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.0%
  • Python 32.5%
  • CSS 1.1%
  • Other 0.4%