sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Problems using kadi in a jupyter notebook in Python 3.8 #171

Closed taldcroft closed 4 years ago

taldcroft commented 4 years ago

I ran into the same problem described and solved here:

SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async.

https://stackoverflow.com/questions/59119396/how-to-use-django-3-0-orm-in-a-jupyter-notebook-without-triggering-the-async-con

This is just a placeholder for future selves that this will probably need some attention.