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