Show More
@@ -175,7 +175,7 b' class IPythonQtConsoleApp(BaseIPythonApplication, IPythonConsoleApp):' | |||||
175 | help="Use a plaintext widget instead of rich text (plain can't print/save).") |
|
175 | help="Use a plaintext widget instead of rich text (plain can't print/save).") | |
176 |
|
176 | |||
177 | display_banner = CBool(True, config=True, |
|
177 | display_banner = CBool(True, config=True, | |
178 |
help="Whether to display a banner upon starting |
|
178 | help="Whether to display a banner upon starting the QtConsole." | |
179 | ) |
|
179 | ) | |
180 |
|
180 | |||
181 | def _plain_changed(self, name, old, new): |
|
181 | def _plain_changed(self, name, old, new): |
General Comments 0
You need to be logged in to leave comments.
Login now