-
Notifications
You must be signed in to change notification settings - Fork 5k
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
workaround tornado py38 compatibility issue #5047
Conversation
by setting the pre-3.8 eventloop policy as default
I think |
yes this patch works for me. Name: jupyter Version: 1.0.0 |
'jupyter notebook stop 8888' is not working on mac as well (for python 3.7.6) Error is similar to others File "/Users/swsides/chemistream/bin/jupyter-notebook", line 11, in |
@scottwsides - your traceback is unrelated to the py38 compatbility issue. That issue only occurs on Windows platforms with Python 3.8. Could you please open a new issue with this information? Please also indicate if you're using a token as the authentication mechanism or a password. Thanks. |
by setting the pre-3.8 eventloop policy as default
closes #4613
Workaround for existing releases is to add the same event policy line to your jupyter_notebook_config.py. I haven't tested, but am pretty sure it's loaded early enough: