##// END OF EJS Templates
documenting updated messaging protocol
Paul Ivanov -
Show More
@@ -766,7 +766,12 b' These messages are the re-broadcast of the ``execute_request``.'
766 Message type: ``pyin``::
766 Message type: ``pyin``::
767
767
768 content = {
768 content = {
769 'code' : str # Source code to be executed, one or more lines
769 'code' : str, # Source code to be executed, one or more lines
770
771 # The counter for this execution is also provided so that clients can
772 # display it, since IPython automatically creates variables called _iN
773 # (for input prompt In[N]).
774 'execution_count' : int
770 }
775 }
771
776
772 Python outputs
777 Python outputs
General Comments 0
You need to be logged in to leave comments. Login now