diff --git a/IPython/frontend/qt/console/frontend_widget.py b/IPython/frontend/qt/console/frontend_widget.py index 38e8ccf..7b110b4 100644 --- a/IPython/frontend/qt/console/frontend_widget.py +++ b/IPython/frontend/qt/console/frontend_widget.py @@ -595,7 +595,8 @@ class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin): self.reset() else: self._append_before_prompt_pos = self._get_cursor().position() - self._append_plain_text("# restarting kernel...\n#" + "-"*42) + self._append_plain_text("# restarting kernel...") + self._append_html("

") # XXX: Reprinting the full banner may be too much, but once #1680 is # addressed, that will mitigate it. #self._append_plain_text(self.banner)