Edit from @takluyver review

This commit is contained in:
Carol Willing 2016-11-03 18:32:29 -07:00
parent f138c32719
commit 6b76f0aa8c

View File

@ -7,10 +7,8 @@ update widget state.
A comm consists of a pair of objects, in the kernel and the frontend, with an
automatically assigned unique ID. When one side sends a message, a callback on
the other side is triggered with that message data. For example, the kernel can
send a message to the frontend which triggers a callback by the frontend to
the kernel with the message data. Either side, the frontend or kernel, can
open or close the comm.
the other side is triggered with that message data. Either side, the frontend
or kernel, can open or close the comm.
.. seealso::