-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Jupyter Notebook never becomes ready to execute cell #4441
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Starting today 3/1/2018 I started receiving the following error in the logs generated by
/bin/bash -c jupyter lab &> /tmp/jupyterlab
.I found:
Exception in callback <bound method WebSocketMixin.send_ ping of <notebook.terminal.handlers.TermSocket object at 0x7f5d24576668>> Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tornado/ioloop.py", line 907, in _run return self.callback() File "/usr/local/lib/python3.5/dist-packages/notebook/base/zmqhandlers.py" , line 175, in send_ping if self.stream.closed() and self.ping_callback is not None: AttributeError: 'NoneType' object has no attribute 'closed'
Tornado released a new version today that seems to break things.
Downgrading Tornado from 6.0 to 5.1.1 and restarting Jupyter seems to resolve the issue.
The text was updated successfully, but these errors were encountered: