Jupyter當中遇到asyncio.run()的錯誤解決方式

鋼砲
·
·
IPFS
·
RuntimeError: asyncio.run() cannot be called from a running event loop

在jupyter notebook當中遇到以下錯誤

解決方式是因為新版本的jupyter已經自動waiting了,所以不用在使用asyncio.run去呼叫

asyncio.run(main()) >> await main()

這樣就能順利執行了!


CC BY-NC-ND 2.0 授权

喜欢我的作品吗?别忘了给予支持与赞赏,让我知道在创作的路上有你陪伴,一起延续这份热忱!