##// END OF EJS Templates
Make Qt console banner configurable
Thomas Kluyver -
Show More
@@ -78,7 +78,7 b' class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin):'
78 78 """
79 79
80 80 # The text to show when the kernel is (re)started.
81 banner = Unicode()
81 banner = Unicode(config=True)
82 82
83 83 # An option and corresponding signal for overriding the default kernel
84 84 # interrupt behavior.
General Comments 0
You need to be logged in to leave comments. Login now