JuniperKernel (version 1.4.1.0)

comm_open: Comm Open

Description

Handler for the comm_open Message Type

Usage

comm_open(request_msg)

Arguments

request_msg

A list passed in from doRequest representing the deserialized comm_open message JSON.

References

http://jupyter-client.readthedocs.io/en/latest/messaging.html#opening-a-comm

Examples

Run this code
# 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 DataCamp Workspace