This commit is contained in:
Nathaniel Nicandro 2020-05-08 11:44:22 -05:00
parent 7a52f6240d
commit 66ee784b22

View file

@ -113,7 +113,7 @@ nil."
(setf (jupyter-kernel-session kernel) nil))
(cl-defmethod jupyter-shutdown :before ((kernel jupyter-kernel))
"Notify that the kernel launched."
"Notify that the kernel will be shutdown."
(message "%s kernel shutdown..." (jupyter-kernel-name kernel)))
(cl-defmethod jupyter-shutdown :after ((kernel jupyter-kernel))