IElixir.Socket.IOPub (IElixir v0.9.20) View Source
"IOPub: this socket is the ‘broadcast channel’ where the kernel publishes all side effects (stdout, stderr, etc.) as well as the requests coming from any client over the shell socket and its own requests on the stdin socket." From https://ipython.org/ipython-doc/dev/development/messaging.html
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Send error message. Send traceback so client can have information about what went wrong.
Send execute_input message. Send information about 'execution_count'.
Send execute_result message. This is used for sending what executed code returned.
Send stream message but with a mime type of HTML, so the content is interpolated into the result
Send stream message but with a mime type of IMAGE, so the content is interpolated into the result
Send status of sandbox: 'ok' | 'error' | 'abort'.
Send stream message. This is used for sending output of code execution.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
Send error message. Send traceback so client can have information about what went wrong.
Send execute_input message. Send information about 'execution_count'.
Send execute_result message. This is used for sending what executed code returned.
Send stream message but with a mime type of HTML, so the content is interpolated into the result
Send stream message but with a mime type of IMAGE, so the content is interpolated into the result
Send status of sandbox: 'ok' | 'error' | 'abort'.
Send stream message. This is used for sending output of code execution.