Open bollwyvl opened 3 years ago
The now-pre-released jupyterlab 3.1.0a7 (and now 8) includes the initial yjs-based implementation of collaborative editing.
The initial server is here:
And the initial client connector:
We should be able to use the Meet API (a la #24) to re-implement this model, and allow documents shared with other members of the meeting.
A monkeypatchtastic approach:
mock-socket
A better approach would likely require an upstream change, and allow us to implement a JitsiProvider.
JitsiProvider
The now-pre-released jupyterlab 3.1.0a7 (and now 8) includes the initial yjs-based implementation of collaborative editing.
The initial server is here:
And the initial client connector:
We should be able to use the Meet API (a la #24) to re-implement this model, and allow documents shared with other members of the meeting.
A monkeypatchtastic approach:
mock-socket
A better approach would likely require an upstream change, and allow us to implement a
JitsiProvider
.