-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
JupyterLab with notebook 5.7.8 and tornado 6 #4549
Comments
subbing to this because I've been experiencing really laggy response times for restarts/reloads. |
Hey, we are also facing those lags. This gets quickly on user nerves. |
if I run a rollback inside of a container, will the changes take effect or does something else need to be done? seems like I'm still getting lag. |
I tracked down this issue to a single change from Tornado 5.x to 6.x. I've submitted a PR to tornado that should fix this error. Look out for that PR to merge and let us know if you're still seeing this issue! |
Is this related to getting: Users/klay6683/miniconda3/envs/py37/lib/python3.7/site-packages/notebook/services/kernels/kernelmanager.py:19: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed.
Install tornado itself to use zmq with the tornado IOLoop. despite the fact that I have pyzmq 17.1.2 and tornado 6.0.3 where this should have been fixed, IIUC? |
@michaelaye That's a separate issue with pyzmq, but also something we should address. pyzmq attempts to import a deleted module in tornado, Filing an issue there. |
Opened zeromq/pyzmq#1310 for @michaelaye's issue. |
@michaelaye try upgrading pyzmq. 17.1.3 has a fix for that warning, 18.0.2 is current. |
Thanks @minrk! |
This issue is to track issues with the recent tornado 6 update. It's corresponding issue in lab is jupyterlab/jupyterlab#6131. Our tests are currently failing on kernel restarts with errors like
A fix was made in #4513, but we are still seeing these issues. This may also be related to issues that mybinder has been having with lab binders (cc @betatim).
xrefs #4439 #4412
The text was updated successfully, but these errors were encountered: