diff --git a/IPython/qt/console/frontend_widget.py b/IPython/qt/console/frontend_widget.py index d0d7b09..524cf76 100644 --- a/IPython/qt/console/frontend_widget.py +++ b/IPython/qt/console/frontend_widget.py @@ -78,7 +78,7 @@ class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin): """ # The text to show when the kernel is (re)started. - banner = Unicode() + banner = Unicode(config=True) # An option and corresponding signal for overriding the default kernel # interrupt behavior.