jupyterlab-chat
A chat extension based on shared documents
What it is and what it does
jupyterlab_chat is a JupyterLab extension that embeds a chat widget into the notebook interface, built on a shared document architecture. It registers a YChat shared document type and associates it with a frontend chat widget, enabling users to communicate within their JupyterLab session. The extension requires JupyterLab >= 4.0.0 and Python >= 3.10, and works by pairing a server-side Python component with a frontend NPM extension.
The package is designed for collaborative notebook work, where multiple users can chat in real time through the same shared document infrastructure. Installation is straightforward via pip, though the extension must be enabled on both the server side and the frontend side to function properly.
Use it for:
- Enable in-notebook chat for collaborative data analysis sessions without switching between tools
- Provide real-time communication in shared JupyterLab environments for team-based research or education
- Integrate chat history with notebook documents for context-aware collaboration
- Support distributed teams working on Jupyter notebooks with synchronized messaging
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A JupyterLab extension that adds a chat interface to notebooks, using shared documents for real-time collaboration.
Yes, if you run JupyterLab >= 4.0.0 and want built-in chat for collaborative notebooks. Installation is low-friction, the extension is actively maintained, and it has no known security vulnerabilities. Verify that your deployment supports both the server extension and frontend extension installation before committing.
Install
jupyterlab-chat on PyPI
pip
pip install jupyterlab-chatuv
uv add jupyterlab-chatpoetry
poetry add jupyterlab-chatInstalling jupyterlab-chat
Before you install
Low friction installation as a pure Python wheel. Depends on jupyter-collaboration, jupyter-server, jupyter-ydoc, and pycrdt for shared document support. Active maintenance with recent releases.
License in practice
BSD 3-Clause License permits use, modification, and distribution with minimal restrictions; suitable for both open-source and commercial projects.
Quickstart
pip install jupyterlab_chat
jupyter server extension list
jupyter labextension list
Requires JupyterLab >= 4.0.0 and Python >= 3.10; both server and frontend extensions must be enabled after installation
Verify before relying
- Whether end-user deployment requires Node.js or additional system dependencies beyond the Python package
- Performance characteristics when handling large chat histories or concurrent users
- Whether the extension works with JupyterLab versions prior to 4.0.0
Package facts
| License | BSD 3-Clause License Copyright (c) 2024, 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 | 4 — jupyter-collaboration, jupyter-server, jupyter-ydoc, pycrdt |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 125,483/month — #11,813 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyterlab_chat-0.24.0-py3-none-any.whl
Keywords: jupyter, jupyterlab, jupyterlab-extension
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-ai-chat-commandsProvides default chat commands for Jupyter AI,…
permissive · top 15,000 on PyPI
jupyter-server-documentsA JupyterLab extension that moves document…
permissive · top 15,000 on PyPI
jupyterlab_notebook_awarenessA JupyterLab extension that tracks which…
permissive · top 15,000 on PyPI
pyviz-commsProvides bidirectional communication between…
permissive · top 5,000 on PyPI
jupyter-ai-routerProvides the core message routing layer for…
permissive · top 15,000 on PyPI
jupyterlab-code-formatterA JupyterLab plugin that integrates code…
permissive · top 15,000 on PyPI
jupyter-builderProvides CLI and Python tools to build,…
permissive · top 1,000 on PyPI
jupyter-docproviderAdds real-time collaborative editing to…
permissive · top 15,000 on PyPI
jupysql-pluginA JupyterLab 4 extension that integrates…
permissive · top 15,000 on PyPI
jupyter-collaborationAdds real-time collaborative editing to…
permissive · top 15,000 on PyPI