##// END OF EJS Templates
Convert matplotlib gui name in enable_gui (#14451)...
Convert matplotlib gui name in enable_gui (#14451) This is a bug that I discovered whilst dealing with matplotlib/matplotlib#28332. The change here is in `TerminalInteractiveShell.enable_gui` which needs to convert a gui of `macosx` from Matplotlib into `osx` in IPython. It reuses the converter function created in #14420. I've added a test that uses `enable_gui` and raises an exception before this PR but passes with it. The remainder of the changes are formatting changes from `pre-commit`.

File last commit:

r21389:085662f6
r28797:41362418 merge
Show More
index.rst
9 lines | 230 B | text/x-rst | RstLexer
Thomas Kluyver
Remove ipyparallel docs...
r21389 :orphan:
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520 .. _parallel_index:
====================================
Using IPython for parallel computing
====================================
Min RK
ipython_parallel is now ipyparallel
r21326 IPython.parallel has moved to `ipyparallel <https://github.com/ipython/ipyparallel>`_.