JuniperKernel (version 1.4.1.0)

kernel_info_request: Kernel Info Request Handler

Description

Response to the kernel_info_request Message Type

Usage

kernel_info_request(request_msg)

Arguments

request_msg

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

Value

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

References

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

Examples

Run this code
# NOT RUN {
  kernel_info_request(list())
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab