Show More
@@ -827,12 +827,6 b' frontend to decide which to use and how. A single message should contain all' | |||||
827 | possible representations of the same information. Each representation should |
|
827 | possible representations of the same information. Each representation should | |
828 | be a JSON'able data structure, and should be a valid MIME type. |
|
828 | be a JSON'able data structure, and should be a valid MIME type. | |
829 |
|
829 | |||
830 | Some questions remain about this design: |
|
|||
831 |
|
||||
832 | * Do we use this message type for pyout/displayhook? Probably not, because |
|
|||
833 | the displayhook also has to handle the Out prompt display. On the other hand |
|
|||
834 | we could put that information into the metadata section. |
|
|||
835 |
|
||||
836 | Message type: ``display_data``:: |
|
830 | Message type: ``display_data``:: | |
837 |
|
831 | |||
838 | content = { |
|
832 | content = { |
General Comments 0
You need to be logged in to leave comments.
Login now