Kernel-class {IRkernel} | R Documentation |
Has methods able to connect and talk to a Jupyter server.
handle_shell()
React to a shell message coming in
is_complete(request)
Checks whether the code in the rest is complete
msg_to_wire(msg)
Serialize a message
new_reply(msg_type, parent_msg)
Prepare a reply
send_response(msg_type, parent_msg, socket_name, content)
Send a response
sign_msg(msg_lst)
Sign messages
wire_to_msg(parts)
Deserialize a message