Skip to content

Opening a notebook on remote, closing it, and reopening it does not reuse the same kernel #7610

Closed

Description

Switch to remote jupyter.
Make some cells like so:

a = 1
print(a)

Run all cells
Close notebook
Reopen.
Run JUST second cell.

It should print A = 1.
It doesn't open the same kernel.

There's a test we had that was supposed to verify this but it was artificially forcing the right kernel to be selected.

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

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugnotebook-kernelKernels issues (start/restart/switch/execution, install ipykernel)notebook-remoteApplies to remote Jupyter ServersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions