skillfed

jupyterlab-chat

A chat extension based on shared documents

jupyterlab-chat v0.24.0 125.5K downloads/30d#11,813 on PyPI39
Permissive 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) Active released

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-chat

uv

uv add jupyterlab-chat

poetry

poetry add jupyterlab-chat

Installing 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

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

jupyterlab chat extensionjupyter notebook chatcollaborative jupyter documentsjupyterlab real-time messagingshared document chat widgetjupyter collaboration chatjupyterlab communication
jupyter-extensioncollaborationreal-time-sync

More Application Frameworks packages