You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this extension with the latest stable JupyterLab, Jupyter Client, and Jupyter Server, I see a warning every time the kernel is polled for metrics:
[W 2023-03-13 10:53:48.052 ServerApp] Could not destroy zmq context for <jupyter_client.asynchronous.client.AsyncKernelClient object at 0x7f7e08e79640>
Looks like we need to close the opened ZMQ channels in the AsyncKernelClient object so the ZMQContext can properly teardown.