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:
Nathaniel Nicandro 2019-03-24 00:02:14 -05:00
parent a6e476a624
commit 569ae50214
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

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