Show More
@@ -1020,7 +1020,15 b' Message type: ``input_reply``::' | |||||
1020 |
|
1020 | |||
1021 | content = { 'value' : str } |
|
1021 | content = { 'value' : str } | |
1022 |
|
1022 | |||
1023 |
.. |
|
1023 | .. note:: | |
|
1024 | ||||
|
1025 | The stdin socket of the client is required to have the same zmq IDENTITY | |||
|
1026 | as the client's shell socket. | |||
|
1027 | Because of this, the ``input_request`` must be sent with the same IDENTITY | |||
|
1028 | routing prefix as the ``execute_reply`` in order for the frontend to receive | |||
|
1029 | the message. | |||
|
1030 | ||||
|
1031 | .. note:: | |||
1024 |
|
1032 | |||
1025 | We do not explicitly try to forward the raw ``sys.stdin`` object, because in |
|
1033 | We do not explicitly try to forward the raw ``sys.stdin`` object, because in | |
1026 | practice the kernel should behave like an interactive program. When a |
|
1034 | practice the kernel should behave like an interactive program. When a |
General Comments 0
You need to be logged in to leave comments.
Login now