Notebook: Jupyter Notebook Won't Launch

Created on 19 Nov 2018  路  1Comment  路  Source: jupyter/notebook

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]

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)

>All comments

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)

Was this page helpful?
0 / 5 - 0 ratings