Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix jupyer running event loop error
Using `run_until_complete` in jupyter notebook will throw a loop is running error. So the fix is to check if loop is running and then do alternative logic. Current fix doesn't actually work but times out. Other changes: - wrap decorator using functools - check for running event loop
- Loading branch information