comm_msg {JuniperKernel}R Documentation

Comm Msg

Description

Handler for the comm_msg Message Type

Usage

comm_msg(request_msg)

Arguments

request_msg

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

Author(s)

Spencer Aiello

References

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

Examples

## Not run: 
  request_msg <- list("comm_id"="my_open_comm_id", "data"=list())
  comm_request(request_msg)

## End(Not run)


[Package JuniperKernel version 1.4.1.0 Index]