https://github.com/jupyterlab/jupyter-collaboration
A Jupyter Server Extension Providing Support for Y Documents
https://github.com/jupyterlab/jupyter-collaboration
jupyter jupyterlab jupyterlab-extension python real-time-collaboration rtc
Last synced: about 1 month ago
JSON representation
A Jupyter Server Extension Providing Support for Y Documents
- Host: GitHub
- URL: https://github.com/jupyterlab/jupyter-collaboration
- Owner: jupyterlab
- License: other
- Created: 2022-07-10T08:30:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-28T14:07:23.000Z (about 2 months ago)
- Last Synced: 2026-05-31T01:05:33.726Z (about 1 month ago)
- Topics: jupyter, jupyterlab, jupyterlab-extension, python, real-time-collaboration, rtc
- Language: Jupyter Notebook
- Homepage: https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
- Size: 9.49 MB
- Stars: 264
- Watchers: 14
- Forks: 61
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Real-Time Collaboration
[](https://github.com/jupyterlab/jupyter_collaboration/actions?query=branch%3Amain++)
[](https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/main)
[](https://pypi.org/project/jupyter-collaboration)
[](https://www.npmjs.com/package/@jupyter/collaboration-extension)
JupyterLab Real-Time Collaboration is a Jupyter Server Extension and JupyterLab extensions providing support for [Y documents](https://github.com/jupyter-server/jupyter_ydoc) and adding collaboration UI elements in JupyterLab.

## Installation and Basic usage
To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
```bash
pip install jupyter-collaboration
```
Or using ``conda``/``mamba``:
```bash
conda install -c conda-forge jupyter-collaboration
```
### Testing
See [CONTRIBUTING](./docs/source/developer/contributing.md#running-tests).
## Contributing
If you are interested in contributing to the project, see [CONTRIBUTING](./docs/source/developer/contributing.md).