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
The InProcessInteractiveShell.enable_pylab wrapper is broken as of IPython 9.0 as it is explicitly adding the welcome_message kwarg, which was removed in ipython/ipython#14668 after being deprecated for 11 years in ipython/ipython#3568, though no warning was ever raised.