comm_info_request {JuniperKernel}R Documentation

Comm Info Request

Description

Handler for the comm_info_request Message Type

Usage

comm_info_request(request_msg)

Arguments

request_msg

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

Value

A list having names msg_type and content. The msg_type is comm_info_reply, which corresponds to the comm_info_request message. The content field complies with the Jupyter wire message protocol specification for comm_info_reply messages.

Author(s)

Spencer Aiello

References

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

Examples

## Not run: 
  request_msg <- list("target"=NULL, "target_name"="my_open_comm_id")
  comm_info_request(request_msg)

## End(Not run)


[Package JuniperKernel version 1.4.1.0 Index]