##// END OF EJS Templates
Minor cleanup to RichIPythonWidget.
epatters -
Show More
@@ -60,7 +60,6 b' class RichIPythonWidget(IPythonWidget):'
60 60 """ Reimplemented to handle matplotlib plot payloads.
61 61 """
62 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