An extension to add a chat panel to JupyterLab
https://jupyter-chat.readthedocs.io/en/latest/ ↗// readme
jupyter-chat
This project is a monorepo containing:
- an extension to add a chat in jupyterlab
- the frontend components to build a chat extension for Jupyter application
Many components of this chat project come from jupyter-ai.
[!WARNING] This project is still in early development stage and its API may change often before a stable release.
Install chat extension
The chat extension is available on PyPI.
pip install jupyterlab-chat
To uninstall the package:
pip uninstall jupyterlab-chat
[!NOTE] The extension was released as jupyterlab-collaborative-chat until version 0.5.0.
Composition
Typescript package
@jupyter/chat
The typescript package is located in packages/jupyter-chat and builds an NPM
package named @jupyter/chat.
This package provides a frontend library (using react), and is intended to be used by a jupyterlab extension to create a chat.
jupyterlab-chat
The typescript package is located in packages/jupyterlab-chat and builds an NPM package named…