Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Dec 16, 2024
1 parent 346f449 commit 150b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ Kernel subshells
Kernel subshells are separate threads of execution within the same kernel process that
were introduced by
`Jupyter Enhancement Proposal 91 <https://github.com/jupyter/enhancement-proposals/pull/91>`_.
Kernels supporting subshells must return ``'supported_features'=['kernel subshells']``
Kernels supporting subshells must include ``'kernel subshells'`` in ``'supported_features'``
in :ref:`kernel info <msging_kernel_info>` reply messages.

Create subshell
Expand Down

0 comments on commit 150b33f

Please sign in to comment.