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 ed5e400 commit d26d88fCopy full SHA for d26d88f
ipykernel/eventloops.py
@@ -301,9 +301,9 @@ def _schedule_exit(delay):
301
else:
302
import asyncio
303
304
- import nest_asyncio
+ import nest_asyncio2
305
306
- nest_asyncio.apply()
+ nest_asyncio2.apply()
307
308
# Tk uses milliseconds
309
poll_interval = int(1000 * kernel._poll_interval)
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"jupyter_client>=8.8.0",
27
"jupyter_core>=5.1,!=6.0.*",
28
# For tk event loop support only.
29
- "nest_asyncio>=1.4",
+ "nest_asyncio2>=1.7.0",
30
"tornado>=6.4.1",
31
"matplotlib-inline>=0.1",
32
'appnope>=0.1.2;platform_system=="Darwin"',
0 commit comments