Skip to content
Discussion options

You must be logged in to vote

Heyyy, can you check out this google colab example. In ipynb files you need to pip install nest_asyncio and then before you run the code you need to apply nest_asyncio to your script like so:

import asyncio
import nest_asyncio
nest_asyncio.apply()

Hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SohamKukreti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants