Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DeprecationWarning zmq in JupyterLab #15

Open
anki-code opened this issue Mar 27, 2023 · 0 comments
Open

Fix DeprecationWarning zmq in JupyterLab #15

anki-code opened this issue Mar 27, 2023 · 0 comments
Labels

Comments

@anki-code
Copy link
Member

anki-code commented Mar 27, 2023

Just see in log JupyterLab:

/opt/homebrew/lib/python3.11/site-packages/xonsh_jupyter/kernel.py:21: 
DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.
  from zmq.eventloop import ioloop, zmqstream

/opt/homebrew/lib/python3.11/site-packages/tornado/ioloop.py:265: 
DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()
xpip list | grep jupyter
jupyter                       1.0.0
jupyter_client                8.0.3
jupyter-console               6.6.3
jupyter_core                  5.3.0
jupyter-events                0.6.3
jupyter_server                2.5.0
jupyter_server_fileid         0.8.0
jupyter_server_terminals      0.4.4
jupyter_server_ydoc           0.8.0
jupyter-ydoc                  0.2.3
jupyterlab                    3.6.2
jupyterlab-pygments           0.2.2
jupyterlab_server             2.20.0
jupyterlab-widgets            3.0.5
xontrib-jupyter-shell         0.2.0

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

@anki-code anki-code added the good first issue Good for newcomers label Mar 27, 2023
@anki-code anki-code changed the title Fix DeprecationWarning zmq Fix DeprecationWarning zmq in JupyterLab Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant