From 3c3aff361983d3134e1ce72a5fbd31a2c16548af 2013-08-22 00:20:07 From: Bradley M. Froehle Date: 2013-08-22 00:20:07 Subject: [PATCH] Merge pull request #4091 from takluyver/qt-banner-config Make Qt console banner configurable --- 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.