Show More
@@ -126,7 +126,7 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 |
General Comments 0
You need to be logged in to leave comments.
Login now