From c254363380edfffe2906b897ef562ace8d53563b Mon Sep 17 00:00:00 2001 From: Ali Tlisov Date: Thu, 15 Aug 2024 21:18:59 +0300 Subject: [PATCH] fix --- jupyter-env.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyter-env.el b/jupyter-env.el index 4bdeba94..dadfe843 100644 --- a/jupyter-env.el +++ b/jupyter-env.el @@ -174,6 +174,9 @@ The session can be used to write a connection file, see ;; Tell the `jupyter kernel` process to shutdown itself and ;; the launched kernel. (interrupt-process process) + ;; fix according to: + ;; https://github.com/emacs-jupyter/jupyter/issues/464#issuecomment-1937499393 + (while (process-live-p process)) ;; Wait until the connection file is cleaned up before ;; forgetting about the process completely. (jupyter-with-timeout