mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 07:51:39 -05:00
Remove kernel manager related code
This commit is contained in:
parent
886d2b636b
commit
3b8865d222
2 changed files with 0 additions and 6 deletions
|
@ -224,11 +224,6 @@ initialization.")
|
|||
:type function
|
||||
:initarg :io
|
||||
:documentation "The I/O context kernel messages are communicated on.")
|
||||
(manager
|
||||
:initform nil
|
||||
:documentation "If this client was initialized using a
|
||||
`jupyter-kernel-manager' this slot will hold the manager which
|
||||
initialized the client.")
|
||||
(-buffer
|
||||
:type buffer
|
||||
:documentation "An internal buffer used to store client local
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
(require 'jupyter-connection)
|
||||
(require 'jupyter-kernelspec)
|
||||
(require 'jupyter-widget-client)
|
||||
(require 'jupyter-kernel-manager)
|
||||
(require 'ring)
|
||||
|
||||
;; TODO: Define `jupyter-kernel-manager-after-restart-hook' to update the
|
||||
|
|
Loading…
Add table
Reference in a new issue