Show More
@@ -263,7 +263,7 b' class InteractiveShell(SingletonConfigurable):' | |||||
263 | """ |
|
263 | """ | |
264 | ) |
|
264 | ) | |
265 | disable_failing_post_execute = CBool(False, config=True, |
|
265 | disable_failing_post_execute = CBool(False, config=True, | |
266 |
help="Don't call post-execute functions that have failed in the past." |
|
266 | help="Don't call post-execute functions that have failed in the past." | |
267 | ) |
|
267 | ) | |
268 | display_formatter = Instance(DisplayFormatter) |
|
268 | display_formatter = Instance(DisplayFormatter) | |
269 | displayhook_class = Type(DisplayHook) |
|
269 | displayhook_class = Type(DisplayHook) |
General Comments 0
You need to be logged in to leave comments.
Login now