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
FIX: enable install_repl_displayhook when switching backends
closes#23042
In #22005 we change `pyplot` so that at import time we do not force a switch of
the backend and install the repl displayhook.
However, this meant that in some cases (primarily through `ipython --pylab`) to
end up with a session where `install_repl_displayhook` had never been called.
Co-authored-by: Elliott Sales de Andrade <[email protected]>
0 commit comments