You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In another tab, visit the "Open" page, navigate to the "Running" tab.
Observe currently running notebook process under "Notebooks" and click "Shutdown" button.
Expected: Kernel status in tab 1 shows "Kernel is not running", "No kernel" notification appears.
Actual: Kernel status in tab 1 shows "Kernel idle", no notifications. If a cell is run, it just stays pending forever.
Under the hood, if a cell is running in tab 1 when the kernel is interrupted, there is no "shutdown_reply" message on iopub. If a cell is not running in tab 1, there is a "shutdown_reply" but it is (apparently) ignored.
The text was updated successfully, but these errors were encountered:
Repro steps:
Expected: Kernel status in tab 1 shows "Kernel is not running", "No kernel" notification appears.
Actual: Kernel status in tab 1 shows "Kernel idle", no notifications. If a cell is run, it just stays pending forever.
Under the hood, if a cell is running in tab 1 when the kernel is interrupted, there is no "shutdown_reply" message on iopub. If a cell is not running in tab 1, there is a "shutdown_reply" but it is (apparently) ignored.
The text was updated successfully, but these errors were encountered: