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