jupyter-handle-is-complete-reply (jupyter-repl-client): Handle unknown status

This commit is contained in:
Nathaniel Nicandro 2019-04-12 17:05:09 -05:00
parent 34a4833fdd
commit 8926e90f37
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -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