shutdown_request: Kernel Info Request Handler

Description Usage Arguments Value Author(s) References Examples

View source: R/shutdown_request.R

Description

Response to the shutdown_request Message Type

Usage

1
shutdown_request(request_msg)

Arguments

request_msg

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

Value

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

Author(s)

Spencer Aiello

References

http://jupyter-client.readthedocs.io/en/latest/messaging.html#kernel-shutdown

Examples

1
2
3
4
5
## Not run: 
  request_msg <- list(restart=FALSE)
  shutdown_request(request_msg)

## End(Not run)

JuniperKernel documentation built on May 2, 2019, 4:35 a.m.