mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
jupyter-start-new-kernel: Use default wait time when starting the kernel
`jupyter-start-kernel` defaults to `jupyter-long-timeout` which already defaults to 10 s.
This commit is contained in:
parent
3debb298e1
commit
ac2b5ccfbe
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ instance, see `jupyter-make-client'."
|
|||
(jupyter-message-status-starting-p msg)))))
|
||||
(jupyter-add-hook client 'jupyter-iopub-message-hook cb)
|
||||
(jupyter-start-channels client)
|
||||
(jupyter-start-kernel manager 10)
|
||||
(jupyter-start-kernel manager)
|
||||
(jupyter-with-timeout
|
||||
("Kernel starting up..." jupyter-long-timeout
|
||||
(message "Kernel did not send startup message"))
|
||||
|
|
Loading…
Add table
Reference in a new issue