powered by
Handler for the comm_open Message Type
comm_open(request_msg)
A list passed in from doRequest representing the deserialized comm_open message JSON.
doRequest
comm_open
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) # } # NOT RUN { # }
Run the code above in your browser using DataLab