Skip to content

Commit c3bcc7f

Browse files
committed
Code syntax
1 parent f2e1e3c commit c3bcc7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

80-kernel-info/kernel-info.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Support kernel\_info request on the control channel
1+
# Support `kernel_info` request on the control channel
22

33
## Problem
44

@@ -14,9 +14,9 @@ We propose to state in the Jupyter Messaging Protocol that the `kernel_info` req
1414

1515
### Impact on existing implementations
1616

17-
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.
17+
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.
1818

19-
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.
19+
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.
2020

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

0 commit comments

Comments
 (0)