mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 16:01:37 -05:00
Launch kernel before connecting a client
This commit is contained in:
parent
4e951052c0
commit
7ee40e1633
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ be removed manually with `jupyter-disconnect'.
|
|||
|
||||
See `jupyter-connection' for more info. on the I/O function."
|
||||
(jupyter-disconnect client)
|
||||
(jupyter-launch kernel)
|
||||
;; Make a weak ref. to CLIENT so that remhandler, below, will be
|
||||
;; called if CLIENT is not disconnected before being garbage
|
||||
;; collected.
|
||||
|
|
Loading…
Add table
Reference in a new issue