##// END OF EJS Templates
Add notes to doc section on event loop integration
Jeremy Sikes -
Show More
@@ -7,6 +7,14 b' loop, so you can use both a GUI and an interactive prompt together. IPython'
7 supports a number of common GUI toolkits, but from IPython 3.0, it is possible
7 supports a number of common GUI toolkits, but from IPython 3.0, it is possible
8 to integrate other event loops without modifying IPython itself.
8 to integrate other event loops without modifying IPython itself.
9
9
10 Supported event loops include ``qt4``, ``qt5``, ``gtk2``, ``gtk3``, ``wx``,
11 ``osx`` and ``tk``. Make sure the event loop you specify matches the GUI
12 toolkit used by your own code.
13
14 To make IPython GUI event loop integration occur automatically at every
15 startup, set the ``c.InteractiveShellApp.gui`` configuration key in your
16 IPython profile (see :ref:`setting_config`).
17
10 Terminal IPython handles event loops very differently from the IPython kernel,
18 Terminal IPython handles event loops very differently from the IPython kernel,
11 so different steps are needed to integrate with each.
19 so different steps are needed to integrate with each.
12
20
General Comments 0
You need to be logged in to leave comments. Login now