skillfed

jupyterlab-git

A JupyterLab extension for version control using git

jupyterlab-git v0.54.1 204.6K downloads/30d#9,603 on PyPI1,608
Permissive license BSD 3-Clause License Copyright (c) 2020, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the… (full text in the JSON record) Active released

What it is and what it does

jupyterlab-git is a JupyterLab extension that brings Git version control into the notebook interface. It provides a graphical panel for staging, committing, pushing, pulling, and switching branches without opening a terminal. The extension handles both HTTP(S) and SSH authentication, with optional credential caching for HTTP connections.

The package is built on jupyter-server and traitlets, integrating seamlessly into JupyterLab 4.0 and later. It includes configurable UI settings for controlling blocking behavior during Git operations, merge conflict handling, and file interaction modes. The extension requires Git >= 2.x on the system and is actively maintained with regular updates.

Use it for:

  • Commit and push notebook changes directly from JupyterLab without switching to a terminal.
  • Switch branches or create new branches while working on exploratory notebooks, guarded against losing uncommitted changes.
  • Pull updates from a remote repository and resolve merge conflicts within the JupyterLab interface.
  • Track notebook versions and collaborate on shared repositories without leaving the notebook environment.
  • Cache HTTP credentials temporarily during a work session to avoid repeated authentication prompts.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds Git version control integration directly into JupyterLab, enabling commit, push, pull, and branch operations through a graphical interface without leaving the notebook environment.

Yes. The extension is actively maintained, has low install friction, carries a permissive license, and solves a real workflow problem for notebook users who want Git integration without terminal context-switching. Install it if you work with JupyterLab 4.0+ and use Git for version control; it requires no special configuration beyond standard Git setup.

Install

jupyterlab-git on PyPI

pip

pip install jupyterlab-git

uv

uv add jupyterlab-git

poetry

poetry add jupyterlab-git

Installing jupyterlab-git

Before you install

Low friction installation with a pure-Python wheel. Actively maintained with a release 11 days ago and 1608 GitHub stars. Requires JupyterLab >= 4.0 and Git >= 2.x on the system; depends on jupyter-server and traitlets, both standard Jupyter ecosystem packages.

License in practice

BSD 3-Clause License is permissive and poses no restrictions on use, modification, or distribution in proprietary or open-source projects.

Quickstart

pip install jupyterlab-git

Then restart JupyterLab. The Git tab will appear in the left sidebar. Click it to open the extension and authenticate to your remote repository (SSH or HTTP(S) with optional credential caching).

Requires Git >= 2.x installed on the system and JupyterLab >= 4.0. For older JupyterLab versions (2.x or 3.x), separate branches are available.

Verify before relying

  • Whether the extension supports all Git workflows (e.g., rebasing, cherry-picking, stashing) or only basic operations.
  • Performance impact when working with large repositories or deep commit histories.
  • Whether SSH key management is fully automatic or requires manual configuration beyond the documented steps.

Package facts

License BSD 3-Clause License Copyright (c) 2020, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the… (full text in the JSON record) (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — jupyter-server, jupyterlab-git-core, traitlets
Maintenance actively maintained — 11 days since the last release
Last repo commit
First released
Downloads 204,639/month — #9,603 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: jupyterlab_git-0.54.1-py3-none-any.whl

Framework :: JupyterFramework :: Jupyter :: JupyterLabFramework :: Jupyter :: JupyterLab :: 4Framework :: Jupyter :: JupyterLab :: ExtensionsFramework :: Jupyter :: JupyterLab :: Extensions :: PrebuiltLicense :: OSI Approved :: BSD LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

git version control in jupyterlabjupyter notebook git integrationjupyterlab git extensioncommit and push from jupyterbranch management in jupyterlabgit ui for notebooksjupyter git client
git-integrationjupyterlab-extensionversion-control

More Software Development packages