We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650fd75 + dfeefb3 commit c1b85eaCopy full SHA for c1b85ea
docs/wrapperkernels.rst
@@ -63,7 +63,10 @@ following methods and attributes:
63
64
Your method should return a dict containing the fields described in
65
:ref:`execution_results`. To display output, it can send messages
66
- using :meth:`~ipykernel.kernelbase.Kernel.send_response`.
+ using :meth:`~ipykernel.kernelbase.Kernel.send_response`. If an error
67
+ occurs during execution, an message of type `error` should be sent
68
+ through :meth:`~ipykernel.kernelbase.Kernel.send_response`
69
+ in addition to an :ref:`execution_results` with an `status` of `error`.
70
See :doc:`messaging` for details of the different message types.
71
72
.. automethod:: ipykernel.kernelbase.Kernel.send_response
0 commit comments