##// END OF EJS Templates
Fix help for callable_image_handler
Takafumi Arakaki -
Show More
@@ -92,8 +92,7 class ZMQTerminalInteractiveShell(TerminalInteractiveShell):
92 92 Callable object called via 'callable' image handler with one
93 93 argument, `data`, which is `msg["content"]["data"]` where
94 94 `msg` is the message from iopub channel. For exmaple, you can
95 find base64 encoded PNG data as `data['image/png']`. You can
96 use {format} in the string to represent the image format.
95 find base64 encoded PNG data as `data['image/png']`.
97 96 """
98 97 )
99 98
General Comments 0
You need to be logged in to leave comments. Login now