##// END OF EJS Templates
'magic' command handling
laurent.dufrechou -
Show More
@@ -104,6 +104,7 b' class IterableIPShell(Thread):'
104 104 IPython.OInspect.page = self._pager
105 105 IPython.genutils.page = self._pager
106 106 IPython.iplib.page = self._pager
107 IPython.Magic.page = self._pager
107 108
108 109 #we replace the ipython default shell command caller by our shell handler
109 110 #FIXME: any better solution welcome
General Comments 0
You need to be logged in to leave comments. Login now