No need to update the execution counter in an execute result message

This commit is contained in:
Nathaniel Nicandro 2017-12-31 11:50:36 -06:00
parent 3ab46c590e
commit 7ed9f8f147

View file

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