| comm_msg {JuniperKernel} | R Documentation |
Handler for the comm_msg Message Type
comm_msg(request_msg)
request_msg |
A list passed in from |
Spencer Aiello
http://jupyter-client.readthedocs.io/en/latest/messaging.html#comm-messages
## Not run:
request_msg <- list("comm_id"="my_open_comm_id", "data"=list())
comm_request(request_msg)
## End(Not run)