feat(notebook): open sessions in JupyterLab - #310
Open
imjszhang wants to merge 4 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
cursor
Bot
force-pushed
the
feat/open-jupyterlab
branch
from
July 23, 2026 06:07
ad8783d to
f6300df
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
imjszhang
force-pushed
the
feat/open-jupyterlab
branch
from
July 30, 2026 16:04
f6300df to
b9d1134
Compare
…erns Wrap import in withDataRootWrite, use dialogSession for the picker flow, and surface import success plus an imported badge. Co-authored-by: Cursor <cursoragent@cursor.com>
imjszhang
force-pushed
the
feat/open-jupyterlab
branch
from
July 30, 2026 16:39
b9d1134 to
e1d638d
Compare
Return recorded-vs-bound env mismatches from importIpynb for the footer, and align Preview/Dialog imported badges with a re-run tooltip. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
imjszhang
force-pushed
the
feat/open-jupyterlab
branch
from
July 30, 2026 17:50
e1d638d to
ff9b3e9
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