xonsh / xontrib-jupyter

Xonsh jupyter kernel allows to run Xonsh shell code in Jupyter, JupyterLab, Euporia, etc.
MIT License
32 stars 4 forks source link

JupyterLab support #2

Closed anki-code closed 1 year ago

anki-code commented 3 years ago

Hi!

The xonsh kernel for Jupyter works perfect!

But now the JupyterLab is the new trend and the kernel is not working:

/opt/miniconda/lib/python3.8/site-packages/xonsh/jupyter_kernel.py:136: 
DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works 
with default tornado and asyncio eventloops.  ioloop.install()

Please add support for JupyterLab.

Thanks!

For community

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

joouha commented 1 year ago

This should have been fixed by b6671d39ab71d770b1987f48dab7af2e4f1848ad

anki-code commented 1 year ago

It works! Thanks!