mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
Also check control channel
This commit is contained in:
parent
aa6bb20f3a
commit
e59086cad6
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@ in the jupyter runtime directory."
|
||||||
(list 'shell-channel
|
(list 'shell-channel
|
||||||
'iopub-channel
|
'iopub-channel
|
||||||
'hb-channel
|
'hb-channel
|
||||||
|
'control-channel
|
||||||
'stdin-channel))
|
'stdin-channel))
|
||||||
when (jupyter-channel-alive-p channel)
|
when (jupyter-channel-alive-p channel)
|
||||||
;; hb channels create their sockets in a subprocess which gets stopped in
|
;; hb channels create their sockets in a subprocess which gets stopped in
|
||||||
|
@ -156,6 +157,7 @@ in the jupyter runtime directory."
|
||||||
for channel in (list 'shell-channel
|
for channel in (list 'shell-channel
|
||||||
'iopub-channel
|
'iopub-channel
|
||||||
'hb-channel
|
'hb-channel
|
||||||
|
'control-channel
|
||||||
'stdin-channel)
|
'stdin-channel)
|
||||||
if (jupyter-channel-alive-p (eieio-oref client channel))
|
if (jupyter-channel-alive-p (eieio-oref client channel))
|
||||||
return t))
|
return t))
|
||||||
|
|
Loading…
Add table
Reference in a new issue