mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
Handle shutdown_reply sent on a shell channel
This commit is contained in:
parent
8ddaa2e469
commit
16960cec3c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue