traitlets-5.14.3 is necessary to avoid ipython crashing in Spyder · Issue #14899 · ipython/ipython · GitHub
More Web Proxy on the site http://driver.im/
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
Sorry for the noise here (it seems @stonebig likes to spam several repos with the same problem, including one extra issue about it in ours).
In addition, the title for this issue is misleading. What happens is not that IPython is crashing in Spyder due to an old traitlets version. Spyder simply can't set the inline backend option when using traitlets >=5.12,<5.14.2 (due to a bug introduced in ipython/traitlets#883) which makes its Plots pane useless.
We'll fix that issue in spyder-kernels by requiring traitlets >=5.14.3, but it'd be nice if those faulty versions were skipped in IPython too.
wouldn't it make sense to upgrade the minimal requirements in ipython itself ?
crash cause was ipython/traitlets#903
fixed via traitlets-5.14.3 of April 19, 2024
The text was updated successfully, but these errors were encountered: