Skip to content

Commit

Permalink
Update 80-kernel-info/kernel-info.md
Browse files Browse the repository at this point in the history
Co-authored-by: gabalafou <[email protected]>
  • Loading branch information
ivanov and gabalafou authored Nov 13, 2023
1 parent 730ed38 commit 3ea6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 80-kernel-info/kernel-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

When connecting a new websocket to an existing kernel via the Jupyter server, if the kernel execution is
stopped on a breakpoint, the messages sent over the websocket get no reply. This is because when
establibshing a new websocket connection, the Jupyter server will send `kernel_info` requests to the kernel
establishing a new websocket connection, the Jupyter server will send `kernel_info` requests to the kernel
and will prevent sending any other request until it receives a `kernel_info` reply. Since the `kernel_info`
request is sent on the shell channel and the kernel execution is stopped, it cannot reply to that request.

Expand Down

0 comments on commit 3ea6434

Please sign in to comment.