mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-11 02:46:39 -04:00
![]() This is mostly a refactor of the old behavior except now the removal of connection files happens in `kill-emacs-hook` and also when cleaning up dead kernel processes. * jupyter-env.el (jupyter-write-connection-file): Turn into a `defun`. Remove the connection file removal code. * jupyter-kernel-process-manager.el (jupyter--kernel-processes): Mention new form of elements in doc. (jupyter-delete-connection-files): New function. Add it to `kill-emacs-hook` at top-level. (jupyter--gc-kernel-processes): (jupyter--start-kernel-processes): Use new form of `jupyter--kernel-processes`. (jupyter-local-tcp-conn-info): Relocate to... * test/jupyter-test.el: ...here. (jupyter-write-connection-file): Update test. |
||
---|---|---|
.. | ||
jupyter-server-test.el | ||
jupyter-test.el | ||
jupyter-tramp-test.el | ||
test-helper.el |