-
Notifications
You must be signed in to change notification settings - Fork 4.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
Jupyter installation is using tornado 6 but it not work with tornado 6 #401
Comments
I see the same issue with Python 3.6.7 on Windows. |
My guess is this is the incompatibility with tornado 6 a lot of people have been experiencing. See jupyter/notebook#4439 and jupyter/notebook#4449. The solution would be either upgrading notebook to version 5.7.5, or downgrading tornado to version 5.1.1. |
Thanks for tracking these @jasongrout! Closing, since this is fixed in 5.7.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing jupyter in a new environment, we cannot use the web notebooks because it cannot connect to the kernel. The following message appear on terminal, while in the notebook appears the message "Connecting to kernel" indefinitely.
How to reproduce:
Workaround:
The text was updated successfully, but these errors were encountered: