library · inferred from evidence
asyncio.get_event_loop
A function from the asyncio library used to get the current event loop.
- RuntimeError: asyncio.run() cannot be called from a running event loop in Jupyter
Running the Hume streaming example in a Jupyter notebook failed with `RuntimeError: asyncio.run() cannot be called from a running event loop` because Jupyter already runs its own event loop. Maintainer gregorybchris explained the fix: merge