mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 23:41:37 -05:00
Remove uses of jupyter-request-run-handlers-p
This commit is contained in:
parent
b68404970f
commit
9650fecf82
1 changed files with 2 additions and 2 deletions
|
@ -1744,8 +1744,8 @@ Set the execution-count slot of `jupyter-repl-current-client' to
|
|||
1+ the execution count of the client's kernel. Block until the
|
||||
kernel goes idle for our request."
|
||||
(let* ((client jupyter-repl-current-client)
|
||||
(req (jupyter-execute-request client :code "" :silent t)))
|
||||
(setf (jupyter-request-run-handlers-p req) nil)
|
||||
(req (let ((jupyter-inhibit-handlers t))
|
||||
(jupyter-execute-request client :code "" :silent t))))
|
||||
(jupyter-add-callback req
|
||||
:status (lambda (msg)
|
||||
(oset client execution-state
|
||||
|
|
Loading…
Add table
Reference in a new issue