You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IPython, both shellapp and interactivelshell use IPython.terminal.pt_inputhooks. I bet rlipython doesn't work out of the box with those, though I haven't verified.
Here are the event loops that get integrated as part of pt_inputhooks:
glut.py
gtk.py
gtk3.py
osx.py
pyglet.py
qt.py
tk.py
wx.py
The text was updated successfully, but these errors were encountered:
In IPython, both
shellapp
andinteractivelshell
useIPython.terminal.pt_inputhooks
. I betrlipython
doesn't work out of the box with those, though I haven't verified.Here are the event loops that get integrated as part of pt_inputhooks:
The text was updated successfully, but these errors were encountered: