diff --git a/docs/messaging.rst b/docs/messaging.rst index 45d864a9..292156f7 100644 --- a/docs/messaging.rst +++ b/docs/messaging.rst @@ -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 `_. -Kernels supporting subshells must return ``'supported_features'=['kernel subshells']`` +Kernels supporting subshells must include ``'kernel subshells'`` in ``'supported_features'`` in :ref:`kernel info ` reply messages. Create subshell