Show More
@@ -947,12 +947,11 b' Message type: ``pyout``::' | |||||
947 | # (for prompt N). |
|
947 | # (for prompt N). | |
948 | 'execution_count' : int, |
|
948 | 'execution_count' : int, | |
949 |
|
949 | |||
950 | # The data dict contains key/value pairs, where the kids are MIME |
|
950 | # data and metadata are identical to a display_data message. | |
951 | # types and the values are the raw data of the representation in that |
|
951 | # the object being displayed is that passed to the display hook, | |
952 | # format. The data dict must minimally contain the ``text/plain`` |
|
952 | # i.e. the *result* of the execution. | |
953 | # MIME type which is used as a backup representation. |
|
|||
954 | 'data' : dict, |
|
953 | 'data' : dict, | |
955 |
|
954 | 'metadata' : dict, | ||
956 | } |
|
955 | } | |
957 |
|
956 | |||
958 | Python errors |
|
957 | Python errors |
General Comments 0
You need to be logged in to leave comments.
Login now