mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-handle-is-complete-reply (jupyter-repl-client): Handle unknown
status
This commit is contained in:
parent
34a4833fdd
commit
8926e90f37
1 changed files with 3 additions and 1 deletions
|
@ -1045,7 +1045,9 @@ elements."
|
|||
("invalid"
|
||||
;; Force an execute to produce a traceback
|
||||
(jupyter-send-execute-request client))
|
||||
("unknown"))))
|
||||
("unknown"
|
||||
;; Let the kernel decide if the code is complete
|
||||
(jupyter-send-execute-request client)))))
|
||||
|
||||
(defun jupyter-repl--insert-banner-and-prompt (client)
|
||||
(jupyter-with-repl-buffer client
|
||||
|
|
Loading…
Add table
Reference in a new issue