We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3072e commit 1fc13aeCopy full SHA for 1fc13ae
jupyter_core/utils/__init__.py
@@ -188,7 +188,7 @@ def ensure_event_loop(prefer_selector_loop: bool = False) -> asyncio.AbstractEve
188
with warnings.catch_warnings():
189
warnings.filterwarnings(
190
"ignore",
191
- DeprecationWarning,
+ category=DeprecationWarning,
192
message=".*WindowsSelectorEventLoopPolicy.*",
193
)
194
loop = asyncio.WindowsSelectorEventLoopPolicy().new_event_loop()
0 commit comments