Description
Asynchronous Python examples can be tested more naturally inside IPython sessions that understand asyncio behavior.
It is useful for developers experimenting with async functions, event loops, clients, or notebooks. It changes interactive execution behavior, so keep production async code tested outside the shell too.