mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 07:51:39 -05:00
Remove no longer used functions
This commit is contained in:
parent
b77dd297e3
commit
e10efe4274
1 changed files with 1 additions and 11 deletions
|
@ -206,9 +206,7 @@ client is expecting a reply from the kernel.")
|
|||
:type json-plist
|
||||
:initform nil
|
||||
:documentation "The saved kernel info created when first
|
||||
initializing this client. When `jupyter-start-channels' is
|
||||
called, this will be set to the kernel info plist returned
|
||||
from an initial `:kernel-info-request'.")
|
||||
initializing this client.")
|
||||
(kernel
|
||||
:type jupyter-kernel
|
||||
:documentation "The kernel this client is connected to.")
|
||||
|
@ -489,14 +487,6 @@ back."
|
|||
|
||||
;;; Starting communication with a kernel
|
||||
|
||||
(cl-defmethod jupyter-start-channels ((client jupyter-kernel-client))
|
||||
(jupyter-run-with-io (oref client io)
|
||||
(jupyter-publish 'start)))
|
||||
|
||||
(cl-defmethod jupyter-stop-channels ((client jupyter-kernel-client))
|
||||
"Stop any running channels of CLIENT."
|
||||
(jupyter-disconnect client))
|
||||
|
||||
(cl-defmethod jupyter-alive-p ((client jupyter-kernel-client) &optional channel)
|
||||
(when-let* ((kernel (jupyter-kernel client)))
|
||||
(and (jupyter-alive-p kernel)
|
||||
|
|
Loading…
Add table
Reference in a new issue