##// END OF EJS Templates
Merge pull request #4091 from takluyver/qt-banner-config...
Bradley M. Froehle -
r12273:3c3aff36 merge
parent child Browse files
Show More
@@ -78,7 +78,7 class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin):
78 """
78 """
79
79
80 # The text to show when the kernel is (re)started.
80 # The text to show when the kernel is (re)started.
81 banner = Unicode()
81 banner = Unicode(config=True)
82
82
83 # An option and corresponding signal for overriding the default kernel
83 # An option and corresponding signal for overriding the default kernel
84 # interrupt behavior.
84 # interrupt behavior.
General Comments 0
You need to be logged in to leave comments. Login now