emacs-jupyter/test
Nathaniel Nicandro 82e5a0fbc2 Remove jupyter-server-kernel-connected-p
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.
2023-02-13 20:21:14 -06:00
..
jupyter-server-test.el Remove jupyter-server-kernel-connected-p 2023-02-13 20:21:14 -06:00
jupyter-test.el Remove a use of the manager slot of a client 2023-02-13 20:21:14 -06:00
jupyter-tramp-test.el Ensure all tests that rely on the REST API have a server tag 2023-02-13 20:21:14 -06:00
test-helper.el Fix ordering of test cleanup 2023-02-13 20:21:14 -06:00