diff --git a/IPython/gui/wx/ipython_view.py b/IPython/gui/wx/ipython_view.py index bd43416..1ebc5ee 100644 --- a/IPython/gui/wx/ipython_view.py +++ b/IPython/gui/wx/ipython_view.py @@ -104,6 +104,7 @@ class IterableIPShell(Thread): IPython.OInspect.page = self._pager IPython.genutils.page = self._pager IPython.iplib.page = self._pager + IPython.Magic.page = self._pager #we replace the ipython default shell command caller by our shell handler #FIXME: any better solution welcome