mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-08 16:41:39 -05:00
![]() This was mainly used when having to refresh the websocket connections to a server after a REST request. Refreshing the websocket connections is now handled internally to the connection of a `jupyter-server`. * jupyter-server-kernel.el (initialize-instance): Add `kernel-ids` variable, modify it when connecting/disconnecting kernel channels to the server's websocket connections. When starting the subprocess that handles websocket connections, re-connect any previously connected kernels. (jupyter-server--refresh-comm): Remove. (jupyter-server-kernel-connected-p): Remove. (jupyter-api-request): Use `jupyter-start`/`jupyter-stop` when refreshing websocket connections. (jupyter-server--connect-channels): Use `jupyter-ioloop-wait-until`. (jupyter-connection): Remove `jupyter-server-kernel-connected-p` call. |
||
---|---|---|
.. | ||
jupyter-server-test.el | ||
jupyter-test.el | ||
jupyter-tramp-test.el | ||
test-helper.el |