mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
![]() In `org-babel-jupyter-initiate-session-by-key`, the function to disassociate a client from a :session was added to the `current-buffer`s value of `kill-buffer-hook` but it should be added to the REPL buffer's value of that hook. fixes #240 * ob-jupyter.el (org-babel-jupyter-initiate-session-by-key): Add to the local value of `kill-buffer-hook` in the REPL's buffer. * test/jupyter-test.el (org-babel-jupyter-initiate-session-by-key): New test. |
||
---|---|---|
.. | ||
jupyter-server-test.el | ||
jupyter-test.el | ||
jupyter-tramp-test.el | ||
test-helper.el |