##// END OF EJS Templates
Fix DeprecationWarning: There is no current event loop...
Fix DeprecationWarning: There is no current event loop Fix: ``` /Users/redacted/.asdf/installs/python/3.10.0/lib/python3.10/site-packages/IPython/terminal/interactiveshell.py:464: DeprecationWarning: There is no current event loop old_loop = asyncio.get_event_loop() ``` Per https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop this method is deprecated and get_running_loop is preferred over this method moving forward. As IPython requires 3.7+ now, this can be updated
Kevin Kirsche -
r27030:dfa68316
Show More
Name Size Modified Last Commit Author
/ docs / sphinxext
apigen.py Loading ...
configtraits.py Loading ...
github.py Loading ...
magics.py Loading ...