-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Labels
engines-jupyterAnything related to Jupyter engineAnything related to Jupyter engineenhancementNew feature or requestNew feature or request
Milestone
Description
Starting python3 kernel...C:\Users\chris\Documents\DEV_R\quarto-cli\src\resources\jupyter\jupyter.py:28: DeprecationWarning: 'asyncio.WindowsSelectorEventLoopPolicy' is deprecated and slated for removal in Python 3.16
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
C:\Users\chris\Documents\DEV_R\quarto-cli\src\resources\jupyter\jupyter.py:28: DeprecationWarning: 'asyncio.set_event_loop_policy' is deprecated and slated for removal in Python 3.16
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
This is while rendering with Python 3.14.0
See
- https://docs.python.org/3/library/asyncio-policy.html
- https://docs.python.org/3/deprecations/pending-removal-in-3.16.html
We need to prepare for that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engines-jupyterAnything related to Jupyter engineAnything related to Jupyter engineenhancementNew feature or requestNew feature or request