jupyter_client icon indicating copy to clipboard operation
jupyter_client copied to clipboard

Remove some deprecated zmq imports

Open minrk opened this issue 3 years ago • 2 comments

The zmq.eventloop.ioloop shim has been deprecated since pyzmq 17

jupyter-client requires pyzmq 23

minrk avatar Sep 29 '22 13:09 minrk

Can wait to finish after the big refactor in #835, to avoid conflicts.

minrk avatar Sep 29 '22 18:09 minrk

This is now unblocked, but has conflicts as predicted

blink1073 avatar Oct 10 '22 12:10 blink1073

Any progress on this one? Now, import jupyter_client triggers the deprecation warning and the fix seems straightforward.

Thanks a lot for all your hard work!

1ucian0 avatar Jan 12 '23 15:01 1ucian0

I think I need to start from a new PR, the merge resolve is too messy.

blink1073 avatar Jan 12 '23 17:01 blink1073