Skip to content

Commit 3ec870b

Browse files
Update 80-kernel-info/kernel-info.md
Co-authored-by: Zachary Sailer <[email protected]>
1 parent e584fdb commit 3ec870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

80-kernel-info/kernel-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Problem
44

55
When connecting a new websocket to an existing kernel via the Jupyter server, if the kernel execution is
6-
stopped on a breakpoint, the messages sent over the websocket get no reply. This is because when
6+
busy (e.g. long running cell) or stopped (e.g. on a breakpoint), the messages sent over the websocket get no reply. This is because when
77
establishing a new websocket connection, the Jupyter server will send `kernel_info` requests to the kernel
88
and will prevent sending any other request until it receives a `kernel_info` reply. Since the `kernel_info`
99
request is sent on the shell channel and the kernel execution is stopped, it cannot reply to that request.

0 commit comments

Comments
 (0)