Skip to content

Add optional finish event to aset_progressively#426

Open
davidbrochart wants to merge 4 commits into
jupyter-server:mainfrom
davidbrochart:finish
Open

Add optional finish event to aset_progressively#426
davidbrochart wants to merge 4 commits into
jupyter-server:mainfrom
davidbrochart:finish

Conversation

@davidbrochart

@davidbrochart davidbrochart commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

This is needed in jupyterlab/jupyter-collaboration#607.
With that the initialized and finish events allow to populate a shared document in two phases:

  • when the document is initialized (e.g. a notebook has metadata), it sets initialized so that the room can be marked as ready to sync.
  • when the room has subscribed to the document changes, it sets finish so that the rest of the document is populated (e.g. the notebook cells are inserted).

@davidbrochart davidbrochart added the enhancement New feature or request label Jul 2, 2026
@davidbrochart davidbrochart requested a review from krassowski July 2, 2026 14:42
@davidbrochart

Copy link
Copy Markdown
Collaborator Author

I'll merge since it's just an additive and optional change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant