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: Zachary Sailer <[email protected]>
  • Loading branch information
JohanMabille and Zsailer authored Dec 4, 2023
1 parent 3ec870b commit 46216b9
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 @@ -16,7 +16,7 @@ We propose to state in the Jupyter Messaging Protocol that the `kernel_info` req

This JEP impacts kernels since it requires them to support receiving 'kernel\_info\_request' on the control channel in addition to receiving them on the shell channel.

It also has an impact on the Jupyter Server, which must be updated accordingly.
It also has an impact on the Jupyter Server. For example, the reference implementation of Jupyter Server will attempt to send a a `kernel_info` request on both channels and listen for a response from _either_ channel. Any response informs the UI that the kernel is connected.

## Relevant Resources (GitHub repositories, Issues, PRs)

Expand Down

0 comments on commit 46216b9

Please sign in to comment.