Show More
@@ -60,7 +60,6 b' class RichIPythonWidget(IPythonWidget):' | |||||
60 | """ Reimplemented to handle matplotlib plot payloads. |
|
60 | """ Reimplemented to handle matplotlib plot payloads. | |
61 | """ |
|
61 | """ | |
62 | payload = msg['content']['payload'] |
|
62 | payload = msg['content']['payload'] | |
63 | if payload: |
|
|||
64 |
|
|
63 | for item in payload: | |
65 |
|
|
64 | if item['type'] == 'plot': | |
66 |
|
|
65 | if item['format'] == 'svg': |
General Comments 0
You need to be logged in to leave comments.
Login now