jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
14.12k stars 3.34k forks source link

Move collaboration features to a separate package #13726

Closed fcollonval closed 1 year ago

fcollonval commented 1 year ago

Problem

Once the implementation of RTC through IDrive is done. We can extract every specific RTC UI elements to a separate extension. So RTC is a opt-in through extension installation. And we are able to keep iterating faster on the UI elements.

The elements that need to be in core for RTC are:

jtpio commented 1 year ago

So RTC is a opt-in through extension installation.

This sounds good. And should help alternative RTC extensions like https://github.com/jupyterlite/jupyterlab-webrtc-docprovider to be used if desired.