I am trying to launch Jupyter Notebook and this is the following error message I am getting after attempting to open it from Anaconda:
AttributeError: 'module' object has no attribute 'create_default_context'
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
I got the same error. I think it's due to _cryptography_ support for Python 2.7.X being deprecated, where X < 9 supposedly. To fix this, upgrade the python version your conda is using to 2.7.9+ (2.7.11 worked for me)
Most helpful comment
I got the same error. I think it's due to _cryptography_ support for Python 2.7.X being deprecated, where X < 9 supposedly. To fix this, upgrade the python version your conda is using to 2.7.9+ (2.7.11 worked for me)