mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
jupyter-repl-ret: Avoid syncing execution state
There is really no reason for this sync since it happens after checking if the kernel is busy and the execution-count is now updated whenever an execute_input message is received in the `jupyter-handle-message` of a `jupyter-kernel-client`.
This commit is contained in:
parent
a6e476a624
commit
569ae50214
1 changed files with 0 additions and 1 deletions
|
@ -1100,7 +1100,6 @@ execute the current cell."
|
|||
;; when the kernel is busy.
|
||||
(when (jupyter-kernel-busy-p jupyter-current-client)
|
||||
(error "Kernel busy"))
|
||||
(jupyter-repl-sync-execution-state)
|
||||
(cond
|
||||
(force (jupyter-send-execute-request jupyter-current-client))
|
||||
(jupyter-repl-use-builtin-is-complete
|
||||
|
|
Loading…
Add table
Reference in a new issue