| kernel_info_request {JuniperKernel} | R Documentation |
Response to the kernel_info_request Message Type
kernel_info_request(request_msg)
request_msg |
A list passed in from |
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.
Spencer Aiello
http://jupyter-client.readthedocs.io/en/latest/messaging.html#kernel-info
## Not run: kernel_info_request(list()) ## End(Not run)