Skip to content

Separate out the frontend and the backend #269

@davidbrochart

Description

@davidbrochart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions