##// END OF EJS Templates
Add note about function deprecations in whatsnew doc
Thomas Kluyver -
Show More
@@ -1,4 +1,7 b''
1 * It's now possible to provide mechanisms to integrate IPython with other event
1 * It's now possible to provide mechanisms to integrate IPython with other event
2 loops, in addition to the ones we already support. This lets you run GUI code
2 loops, in addition to the ones we already support. This lets you run GUI code
3 in IPython with an interactive prompt, and to embed the IPython
3 in IPython with an interactive prompt, and to embed the IPython
4 kernel in GUI applications. See :doc:`/config/eventloops` for details.
4 kernel in GUI applications. See :doc:`/config/eventloops` for details. As part
5 of this, the direct ``enable_*`` and ``disable_*`` functions for various GUIs
6 in :mod:`IPython.lib.inputhook` have been deprecated in favour of
7 :meth:`~.InputHookManager.enable_gui` and :meth:`~.InputHookManager.disable_gui`.
General Comments 0
You need to be logged in to leave comments. Login now