-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Problem
jupyter-collaboration is currently under the jupyterlab organization. It includes the JupyterLab frontend and the jupyter_server backend. The backend part used to be jupyter_server_ydoc, under the jupyter-server organization. I think it was a good choice to separate out the frontend and the backend, since some extensions may want to have access to the shared models without bringing the frontend stuff. Also it would allow jupyverse to not depend (or depend less) on jupyter-server
.
Proposed Solution
We could split this repository in two, and have only the JupyterLab frontend stuff in a new repository jupyterlab/jupyterlab-collaboration
, which would have the backend as a dependency.
The backend part would be in jupyter-server/jupyter-collaboration
.
What do you think?
cc @krassowski