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
[Python] Only use the ROOT gui event loop in TerminalInteractiveShell
Only the TerminalInteractiveShell will use the input hooks that are
registered via terminal.pt_inputhooks, so for other shells the
`%gui ROOT` magic command will not do anything anyway. It's better to
not run it then, in order to avoid errors about the `ROOT` gui not being
available.
0 commit comments