Remove kernel manager related code

This commit is contained in:
Nathaniel Nicandro 2020-09-10 03:12:39 -05:00
parent 886d2b636b
commit 3b8865d222
2 changed files with 0 additions and 6 deletions

View file

@ -224,11 +224,6 @@ initialization.")
:type function :type function
:initarg :io :initarg :io
:documentation "The I/O context kernel messages are communicated on.") :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 (-buffer
:type buffer :type buffer
:documentation "An internal buffer used to store client local :documentation "An internal buffer used to store client local

View file

@ -60,7 +60,6 @@
(require 'jupyter-connection) (require 'jupyter-connection)
(require 'jupyter-kernelspec) (require 'jupyter-kernelspec)
(require 'jupyter-widget-client) (require 'jupyter-widget-client)
(require 'jupyter-kernel-manager)
(require 'ring) (require 'ring)
;; TODO: Define `jupyter-kernel-manager-after-restart-hook' to update the ;; TODO: Define `jupyter-kernel-manager-after-restart-hook' to update the