mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
jupyter-start-new-kernel
already unpauses the heartbeat channel
This commit is contained in:
parent
b198a02f45
commit
7a1a7871d3
1 changed files with 0 additions and 2 deletions
|
@ -951,8 +951,6 @@ kernel."
|
|||
(jupyter-start-new-kernel kernel-name 'jupyter-repl-client)
|
||||
(oset kc buffer (generate-new-buffer
|
||||
(format "*jupyter-repl[%s]*" (oref km name))))
|
||||
;; hb channel starts in a paused state
|
||||
(jupyter-hb-unpause (oref kc hb-channel))
|
||||
(with-jupyter-repl-buffer kc
|
||||
(cl-destructuring-bind (&key language_info banner &allow-other-keys)
|
||||
(oref km kernel-info)
|
||||
|
|
Loading…
Add table
Reference in a new issue