JuniperKernel (version 1.4.1.0)

comm_close: Comm Close

Description

Handler for the comm_close Message Type

Usage

comm_close(request_msg)

Arguments

request_msg

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

References

http://jupyter-client.readthedocs.io/en/latest/messaging.html#tearing-down-comms

Examples

Run this code
# NOT RUN {
  request_msg <- list("comm_id"="my_open_comm_id", "data"=list())
  comm_close(request_msg)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab