##// END OF EJS Templates
Backport PR #9851: Also capture execution results using sys.displayhook...
Backport PR #9851: Also capture execution results using sys.displayhook From discussion on mailing list. It's not clear if this is what we want to do, or if it should be controlled by a separate option, but it's submitted for consideration.

File last commit:

r21498:b0100c6f
r22884:343c6d39
Show More
messaging.rst
7 lines | 162 B | text/x-rst | RstLexer
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 :orphan:
MinRK
added parallel message docs to development section
r2790
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 Messaging in IPython
====================
Fernando Perez
More complete message specification covering all the major types.
r2727
Thomas Kluyver
Refer to jupyter_client docs for message spec...
r21498 The message specification is now part of Jupyter - see
:ref:`jupyterclient:messaging` for the documentation.