Skip to content

Commit a2504bd

Browse files
committed
Document send_response() method
Closes gh-213
1 parent 70d7f8d commit a2504bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dependencies:
88
- jupyter_core
99
- sphinx>=1.3.6
1010
- sphinx_rtd_theme
11+
- ipykernel

docs/wrapperkernels.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ following methods and attributes:
6161
using :meth:`~ipykernel.kernelbase.Kernel.send_response`.
6262
See :doc:`messaging` for details of the different message types.
6363

64+
.. automethod:: ipykernel.kernelbase.Kernel.send_response
65+
6466
To launch your kernel, add this at the end of your module::
6567

6668
if __name__ == '__main__':

0 commit comments

Comments
 (0)