comm_open {JuniperKernel}R Documentation

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.

Author(s)

Spencer Aiello

References

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

Examples

## Not run: 
  request_msg <- list("comm_id"="uniq_comm_id", "target_name"="my_comm", "data"=list())
  comm_open(request_msg)

## End(Not run)


[Package JuniperKernel version 1.4.1.0 Index]