A simple displayhook that publishes the object's repr over a ZeroMQ socket.
More...
|
def | __init__ (self) |
|
def | __call__ (self, obj) |
| Be callable, catch objects that should be displayed. More...
|
|
def | pass_result_ref (self, result) |
| Set reference to result container for current cell. More...
|
|
A simple displayhook that publishes the object's repr over a ZeroMQ socket.
◆ __call__()
def helpers.DisplayHook.__call__ |
( |
|
self, |
|
|
|
obj |
|
) |
| |
Be callable, catch objects that should be displayed.
- Parameters
-
obj | object to be displayed |
◆ pass_result_ref()
def helpers.DisplayHook.pass_result_ref |
( |
|
self, |
|
|
|
result |
|
) |
| |
Set reference to result container for current cell.
- Parameters
-
The documentation for this class was generated from the following file:
- logic/jupyterkernel/helpers.py