Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Tlisov committed Aug 15, 2024
1 parent f97f4b5 commit c254363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyter-env.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c254363

Please sign in to comment.