##// END OF EJS Templates
Disabled ipython sync frontend due to interference with 'show_in_pager' hook.
laurent dufrechou -
Show More
@@ -11,7 +11,8 b' from IPython.gui.wx.ipython_view import IPShellWidget'
11 from IPython.gui.wx.ipython_history import IPythonHistoryPanel
11 from IPython.gui.wx.ipython_history import IPythonHistoryPanel
12
12
13 #used to invoke ipython1 wx implementation
13 #used to invoke ipython1 wx implementation
14 is_sync_frontend_ok = True
14 ### FIXME ### temporary disabled due to interference with 'show_in_pager' hook
15 is_sync_frontend_ok = False
15 try:
16 try:
16 from IPython.frontend.wx.ipythonx import IPythonXController
17 from IPython.frontend.wx.ipythonx import IPythonXController
17 except ImportError:
18 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now