Handle shutdown_reply sent on a shell channel

This commit is contained in:
Nathaniel Nicandro 2018-01-22 18:36:48 -06:00
parent 8ddaa2e469
commit 16960cec3c

View file

@ -843,6 +843,11 @@ the user. Otherwise `read-from-minibuffer' is used."
content
(jupyter-handle-execute-reply
client req execution_count user_expressions payload)))
("shutdown_reply"
(cl-destructuring-bind (&key restart &allow-other-keys)
content
(jupyter-handle-shutdown-reply
client req restart)))
("inspect_reply"
(cl-destructuring-bind (&key found
data