Show More
@@ -498,7 +498,7 For instance: | |||||
498 | # is equivalent to |
|
498 | # is equivalent to | |
499 | $ ipcontroller --Application.log_level=DEBUG |
|
499 | $ ipcontroller --Application.log_level=DEBUG | |
500 | # and |
|
500 | # and | |
501 |
$ ipython --matplo |
|
501 | $ ipython --matplotlib | |
502 | # is equivalent to |
|
502 | # is equivalent to | |
503 | $ ipython --matplotlib auto |
|
503 | $ ipython --matplotlib auto | |
504 | # or |
|
504 | # or |
@@ -818,7 +818,7 Message type: ``stream``:: | |||||
818 | Display Data |
|
818 | Display Data | |
819 | ------------ |
|
819 | ------------ | |
820 |
|
820 | |||
821 | This type of message is used to bring back data that should be diplayed (text, |
|
821 | This type of message is used to bring back data that should be displayed (text, | |
822 | html, svg, etc.) in the frontends. This data is published to all frontends. |
|
822 | html, svg, etc.) in the frontends. This data is published to all frontends. | |
823 | Each message can have multiple representations of the data; it is up to the |
|
823 | Each message can have multiple representations of the data; it is up to the | |
824 | frontend to decide which to use and how. A single message should contain all |
|
824 | frontend to decide which to use and how. A single message should contain all | |
@@ -829,7 +829,7 Some questions remain about this design: | |||||
829 |
|
829 | |||
830 | * Do we use this message type for pyout/displayhook? Probably not, because |
|
830 | * Do we use this message type for pyout/displayhook? Probably not, because | |
831 | the displayhook also has to handle the Out prompt display. On the other hand |
|
831 | the displayhook also has to handle the Out prompt display. On the other hand | |
832 | we could put that information into the metadata secion. |
|
832 | we could put that information into the metadata section. | |
833 |
|
833 | |||
834 | Message type: ``display_data``:: |
|
834 | Message type: ``display_data``:: | |
835 |
|
835 | |||
@@ -838,7 +838,7 Message type: ``display_data``:: | |||||
838 | # Who create the data |
|
838 | # Who create the data | |
839 | 'source' : str, |
|
839 | 'source' : str, | |
840 |
|
840 | |||
841 |
# The data dict contains key/value pairs, where the k |
|
841 | # The data dict contains key/value pairs, where the keys are MIME | |
842 | # types and the values are the raw data of the representation in that |
|
842 | # types and the values are the raw data of the representation in that | |
843 | # format. |
|
843 | # format. | |
844 | 'data' : dict, |
|
844 | 'data' : dict, |
General Comments 0
You need to be logged in to leave comments.
Login now