jupyter-collaboration
JupyterLab/Jupyter Notebook 7+ Real Time Collaboration extension (metapackage)
What it is and what it does
jupyter-collaboration is a metapackage that bundles JupyterLab extensions and a Jupyter Server extension to enable real-time collaborative editing in JupyterLab and Jupyter Notebook 7+. It integrates Y documents (a CRDT-based data structure) to synchronize notebook content across multiple connected clients, and adds UI elements to show who is editing and where.
The package is designed for teams and classrooms where multiple users need to work on the same notebook at the same time. Installation is straightforward—a single pip or conda command—and collaboration features become available immediately within JupyterLab. It depends on jupyter-collaboration-ui, jupyter-docprovider, jupyter-server-ydoc, and jupyterlab itself, all of which are pulled in automatically.
Use it for:
- Pair programming or live code review sessions where two developers edit and debug a notebook together in real time.
- Teaching and mentoring: an instructor and student work on the same notebook during a live session to debug or explore ideas.
- Research collaboration: team members in different locations edit analysis notebooks and see changes propagate instantly.
- Classroom labs: students work on shared assignment notebooks while an instructor monitors and guides the group.
- Data science sprints: multiple analysts explore a dataset in a single notebook without manual merging of changes.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds real-time collaborative editing to JupyterLab and Jupyter Notebook 7+, allowing multiple users to work on the same notebook simultaneously with synchronized changes.
Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, and is licensed permissively. It is the standard way to enable real-time collaboration in JupyterLab. Install it if you need multi-user editing; skip it if you work alone or use external version control for notebooks.
Install
jupyter-collaboration on PyPI
pip
pip install jupyter-collaborationuv
uv add jupyter-collaborationpoetry
poetry add jupyter-collaborationInstalling jupyter-collaboration
Before you install
Low friction installation as a pure Python wheel. Actively maintained with a recent release; repository shows steady activity and community engagement with 267 stars.
License in practice
Modified BSD License (3-Clause) is permissive and imposes no restrictions on commercial or private use; you may use, modify, and distribute this package freely provided you retain copyright notices.
Quickstart
pip install jupyter-collaboration
# Then launch JupyterLab normally; collaboration features are automatically available
jupyter lab
Requires Python 3.10 or later; JupyterLab must be installed and running to use the collaboration UI.
Verify before relying
- Whether the package requires a backend server or service to coordinate real-time edits between clients.
- How many concurrent users can collaborate on a single notebook before performance degrades.
- Whether offline editing and conflict resolution are supported.
Package facts
| License | # Licensing terms This project is licensed under the terms of the Modified BSD License (also known as New or Revised or 3-Clause BSD), as follows: - Copyright (c) 2021-, Jupyter Development Team All… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — jupyter-collaboration-ui, jupyter-docprovider, jupyter-server-ydoc, jupyterlab |
| Maintenance | actively maintained — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 316,993/month — #7,672 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyter_collaboration-5.0.0-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
jupyter-collaboration-uiAdds real-time collaboration UI elements to…
permissive · top 15,000 on PyPI
jupyter-docproviderAdds real-time collaborative editing to…
permissive · top 15,000 on PyPI
jupyterhubJupyterHub is a multi-user server that spawns,…
permissive · top 15,000 on PyPI
jupyterlab-gitAdds Git version control integration directly…
permissive · top 15,000 on PyPI
jupyter-server-ydocAdds real-time collaborative editing to Jupyter…
permissive · top 5,000 on PyPI
jupyter-ydocProvides pycrdt-based collaborative data…
permissive · top 5,000 on PyPI
jupyterlab-chatA JupyterLab extension that adds a chat…
permissive · top 15,000 on PyPI
jupyter-server-documentsA JupyterLab extension that moves document…
permissive · top 15,000 on PyPI
jupyterlabJupyterLab is an extensible web-based…
permissive · top 1,000 on PyPI
jupyterlab_notebook_awarenessA JupyterLab extension that tracks which…
permissive · top 15,000 on PyPI