The problem in your case is that jupyter (IPython) is already running an event loop (for IPython ≥ 7.0):. You can now use async/await at the top level in ...
確定! 回上一頁