Enable real-time collaboration for JupyterLab - #242
Open
MUFFANUJ wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues or PRs
Closes #200
What does this implement/fix?
Put a
xin the boxes that applyTesting
Documentation
Added a new Real-time Collaboration docs page covering how the bundled
jupyter-collaborationextension works, how JupyterHub server sharing enables cross-user collaboration, the security boundary of shared server access, runtime storage files, how to disable user-managed sharing, and links to the upstream JupyterLab collaboration docs. Also updated the docs sidebar, configuration guide, landing page, and values referenceAccess-centered content checklist
Text styling
H1or#in markdown).Non-text content
Any other comments?
This PR adds the official
jupyter-collaborationextension to the JupyterLab image so users can collaboratively edit notebooks and files in real time. It also updates JupyterHub sharing/OAuth scope wiring so users can share their running server with other Hub users or groups without exposing those scopes through the server token, and adds the required Hub pod label so the managed japps service can call the Hub API under the existingNetworkPolicy. Documentation now explains RTC behavior, storage files, sharing boundaries, and links to the upstream Jupyter collaboration docs. Unit tests cover the RTC dependency, sharing scope wiring, traitlets config compatibility, the disable switch, and the rendered Hub network label.Locally testing with two users:
Screen.Recording.2026-08-31.at.11.20.36.AM.mp4