mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
No need to update the execution counter in an execute result message
This commit is contained in:
parent
3ab46c590e
commit
7ed9f8f147
1 changed files with 0 additions and 1 deletions
|
@ -547,7 +547,6 @@ The first character of the cell code corresponds to position 1."
|
|||
execution-count
|
||||
data
|
||||
metadata)
|
||||
(oset client execution-count execution-count)
|
||||
(jupyter-repl-do-at-request client req
|
||||
(jupyter-repl-insert-prompt 'out)
|
||||
(jupyter-repl-insert-data data)))
|
||||
|
|
Loading…
Add table
Reference in a new issue