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