jupyter-start-new-kernel: Remove unreliable jupyter-wait-until-startup

This commit is contained in:
Nathaniel Nicandro 2019-05-09 19:06:00 -05:00
parent 099d2b6511
commit ea8176d6fa

View file

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