mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-start-new-kernel: Remove unreliable jupyter-wait-until-startup
This commit is contained in:
parent
099d2b6511
commit
ea8176d6fa
1 changed files with 0 additions and 4 deletions
|
@ -444,10 +444,6 @@ command on the host."
|
|||
(jupyter-start-kernel manager)
|
||||
(let ((client (jupyter-make-client manager client-class)))
|
||||
(jupyter-start-channels client)
|
||||
;; Attempt to catch the startup message
|
||||
(jupyter-wait-until-startup
|
||||
client jupyter-default-timeout
|
||||
(format "Kernel %s starting up" (jupyter-kernel-name kernel)))
|
||||
(jupyter--error-if-no-kernel-info client)
|
||||
;; Un-pause the hearbeat after the kernel starts since waiting for
|
||||
;; it to start may cause the heartbeat to think the kernel died.
|
||||
|
|
Loading…
Add table
Reference in a new issue