Description Usage Arguments Author(s) References Examples
Handler for the comm_close Message Type
1 | comm_close(request_msg)
|
request_msg |
A list passed in from |
Spencer Aiello
http://jupyter-client.readthedocs.io/en/latest/messaging.html#tearing-down-comms
1 2 3 4 5 | ## Not run:
request_msg <- list("comm_id"="my_open_comm_id", "data"=list())
comm_close(request_msg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.