Registry / web-framework / jupyter-collaboration-ui

jupyter-collaboration-ui

JSON →
library2.4.1pypypiunverified

JupyterLab extension providing a user interface for real-time collaboration, including cursor positions, selections, and chat. Current version: 2.3.0 (PyPI) / 4.3.0 (npm). Release cadence: quarterly.

pip install jupyter-collaboration-ui
INSTALL
IMPORT
SIG · JUPYTER-COLLABORAT
J
jupyter-collaboration-ui
web-frameworkpythonv2.4.1
Install
1.5s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.4.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.910 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibc
py 3.103.910 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ICollaborativeDrive
from jupyter_collaboration_ui import ICollaborativeDrive
from jupyter_collaboration import ICollaborativeDrive

JupyterLab collaboration UI is automatically enabled when jupyter-collaboration is installed. No direct import in user code.

import jupyterlab import jupyter_collaboration # Enable collaboration in JupyterLab config c = get_config() c.CollaborativeDrive = True
Debug
Known issues
breakingjupyter-collaboration-ui 2.x requires jupyter-collaboration >=3.0 (which uses pycrdt-websocket >=0.16). Older jupyter-collaboration versions are incompatible.
fix
Upgrade jupyter-collaboration: pip install -U jupyter-collaboration
affects: >=2.0.0
gotchajupyter-collaboration-ui is a server extension and must be installed in the same environment as JupyterLab. Using separate environments (e.g., conda envs) for frontend and backend will break collaboration.
fix
Install all packages in one environment: pip install jupyterlab jupyter-collaboration jupyter-collaboration-ui
affects: all
deprecatedThe 'Share' menu item in JupyterLab 4.0+ may be hidden by default. Enable via 'Settings > Advanced Settings Editor > Collaboration'.
fix
Enable collaboration UI in settings or add to jupyter_server_config.py: c.CollaborativeDrive.collaborative = True
affects: >=2.0.0
Upgrade
Version history
2.4.1latest on PyPI · released Jun 4, 2026
Audit
Dependencies
jupyter-collaborationrequiredCore collaboration backend required for UI features
jupyterlabrequiredRequired JupyterLab version >=4.0
Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
jupyter-collaboration-ui — pip install jupyter-collaboration-ui · libregistry