Launch kernel before connecting a client

This commit is contained in:
Nathaniel Nicandro 2020-05-08 14:51:46 -05:00
parent 4e951052c0
commit 7ee40e1633

View file

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