Show More
@@ -126,9 +126,9 b' class CapturingDisplayPublisher(DisplayPublisher):' | |||||
126 |
|
126 | |||
127 | def clear_output(self, wait=False): |
|
127 | def clear_output(self, wait=False): | |
128 | super(CapturingDisplayPublisher, self).clear_output(wait) |
|
128 | super(CapturingDisplayPublisher, self).clear_output(wait) | |
129 |
|
|
129 | ||
130 |
|
|
130 | # empty the list, *do not* reassign a new list | |
131 |
|
|
131 | del self.outputs[:] | |
132 |
|
132 | |||
133 |
|
133 | |||
134 | def publish_display_data(source, data, metadata=None): |
|
134 | def publish_display_data(source, data, metadata=None): |
General Comments 0
You need to be logged in to leave comments.
Login now