##// END OF EJS Templates
Minor cleanup to RichIPythonWidget.
epatters -
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 for item in payload:
63 for item in payload:
65 if item['type'] == 'plot':
64 if item['type'] == 'plot':
66 if item['format'] == 'svg':
65 if item['format'] == 'svg':
General Comments 0
You need to be logged in to leave comments. Login now