We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f55d3c4 + 2e50dfe commit 43859aeCopy full SHA for 43859ae
docs/api/client.rst
@@ -35,3 +35,19 @@ client - communicating with kernels
35
.. autoclass:: BlockingKernelClient
36
37
.. automethod:: execute_interactive
38
+
39
+ .. automethod:: get_shell_msg
40
41
+ .. automethod:: get_iopub_msg
42
43
+ .. automethod:: get_stdin_msg
44
45
+ .. automethod:: get_control_msg
46
47
+ .. automethod:: wait_for_ready
48
49
+ .. automethod:: is_alive
50
51
+.. autoclass:: AsyncKernelClient
52
53
+ :class:`AsyncKernelClient` is identical to :class:`BlockingKernelClient` but the methods described above are async.
0 commit comments