##// 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:

r28185:9e43aba8
r28797:41362418 merge
Show More
index.rst
12 lines | 271 B | text/x-rst | RstLexer
Thomas Kluyver
Generate docs for config options.
r13459 ===============
IPython options
===============
Thomas Kluyver
Refer to how to set config from options list
r13503 Any of the options listed here can be set in config files, at the
Philippe Blain
docs: add more pointers to configuration of embedded IPython...
r28185 command line, from inside IPython, or using a traitlets :class:`Config` object.
See :ref:`setting_config` for details.
Thomas Kluyver
Refer to how to set config from options list
r13503
Thomas Kluyver
Revert part of gh-9567
r22615 .. toctree::
terminal
kernel