jupyter_client
jupyter_client copied to clipboard
Remove direct usage of tornado
trafficstars
See https://github.com/jupyter-server/jupyter_server/issues/1362 for discussion. This will require a major version change since the loops are public properties.
- [x] Make the app use
asyncio.main - [x] Move the
get_event_loopfunction tojupyter_core(renamed toensure_event_loop) - [x] Get unit tests passing
- [x] Get downstreams passing
- [x] Document changes in migration guide
Needs some direct tests for the new ZMQStream class, including the ability to pass through, such as if stream is not None and not stream.closed().