You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question about a warning I see when running notebooks through nbconvert on windows. Creating a basic environment:
mamba create --name jl python=3.10 jupyter
Then running a notebook through nbconvert, I get a warning:
❯ jupyter nbconvert --to html --execute .\Untitled.ipynb
[NbConvertApp] Converting notebook .\Untitled.ipynb to html
C:\Users\user\python\envs\jl\lib\site-packages\zmq\_future.py:724: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq. Registering an additional selector thread for add_reader support via tornado. Use `asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())` to avoid this warning.
self._get_loop()
[NbConvertApp] Writing 271060 bytes to Untitled.html
The warning goes away if I pin jupyter_core<5.7
Is there something in the setup I am missing for windows that would avoid the warning using the latest jupyter_core?
Question about a warning I see when running notebooks through
nbconvert
on windows. Creating a basic environment:Then running a notebook through
nbconvert
, I get a warning:The warning goes away if I pin
jupyter_core<5.7
Is there something in the setup I am missing for windows that would avoid the warning using the latest
jupyter_core
?Thanks!
Package versions:
The text was updated successfully, but these errors were encountered: