Show More
@@ -241,9 +241,6 b' class DisplayHook(Configurable):' | |||||
241 | """ |
|
241 | """ | |
242 | self.check_for_underscore() |
|
242 | self.check_for_underscore() | |
243 | if result is not None and not self.quiet(): |
|
243 | if result is not None and not self.quiet(): | |
244 | if hasattr(result, '_repr_widget_'): |
|
|||
245 | result._repr_widget_() |
|
|||
246 | else: |
|
|||
247 |
|
|
244 | self.start_displayhook() | |
248 |
|
|
245 | self.write_output_prompt() | |
249 |
|
|
246 | format_dict, md_dict = self.compute_format_data(result) |
General Comments 0
You need to be logged in to leave comments.
Login now