feat(notebook): open sessions in JupyterLab#310
Open
imjszhang wants to merge 2 commits into
Open
Conversation
1 task
imjszhang
force-pushed
the
feat/open-jupyterlab
branch
2 times, most recently
from
July 22, 2026 15:35
3403318 to
ad8783d
Compare
Rebased onto upstream main. Parses nbformat 4 code cells into durable imported run records, exposes import IPC/UI, and restores imported cells after session rehydration. Part of aipoch#293 Co-authored-by: JS <imjszhang@users.noreply.github.com>
Rebased onto upstream main and stacked on import (aipoch#309). Ensures JupyterLab is available in the session Python runtime, projects the session into its data root, launches JupyterLab without a browser, and reaps process trees on shutdown. Part of aipoch#293 Co-authored-by: JS <imjszhang@users.noreply.github.com>
cursor
Bot
force-pushed
the
feat/open-jupyterlab
branch
from
July 23, 2026 06:07
ad8783d to
f6300df
Compare
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.
Summary
Part of #293
Depends on #309. This is a stacked PR; the import commit will disappear from this diff after #309 merges.
Test plan
npm run typechecknpm test -- src/main/notebook/jupyterlab.test.ts src/main/notebook/runtime-service.jupyterlab.test.ts src/main/notebook/ipc.test.ts src/renderer/src/pages/workspace/SessionNotebookDialog.render.test.tsx src/renderer/src/pages/workspace/SessionNotebookDialog.interaction.test.tsx src/renderer/web/api-map.generated.test.tsnpm run check:web-api-map