diff --git a/jupyter_qtconsole/console/frontend_widget.py b/jupyter_qtconsole/console/frontend_widget.py index 4fa6ae3..61dfc64 100644 --- a/jupyter_qtconsole/console/frontend_widget.py +++ b/jupyter_qtconsole/console/frontend_widget.py @@ -351,7 +351,7 @@ class FrontendWidget(HistoryConsoleWidget, BaseFrontendMixin): #--------------------------------------------------------------------------- def _handle_clear_output(self, msg): """Handle clear output messages.""" - if include_output(msg): + if self.include_output(msg): wait = msg['content'].get('wait', True) if wait: self._pending_clearoutput = True