I installed Anaconda on my new machine. When I try to launch Ipython Notebook (now Jupyter), the browser doesn't launch. I receive the following message in my Terminal.:
/Users/jameseaves/anaconda/bin/jupyter_mac.command ; exit;
jameseaves (master) ~ $ /Users/jameseaves/anaconda/bin/jupyter_mac.command ; exit;
Traceback (most recent call last):
File "/Users/jameseaves/anaconda/bin/jupyter-notebook", line 4, in <module>
import notebook.notebookapp
File "/Users/jameseaves/anaconda/lib/python2.7/site-packages/notebook/notebookapp.py", line 22, in <module>
import ssl
File "/Users/jameseaves/anaconda/lib/python2.7/ssl.py", line 97, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: dlopen(/Users/jameseaves/anaconda/lib/python2.7/lib-dynload/_ssl.so, 2): Symbol not found: _SSLv2_method
Referenced from: /Users/jameseaves/anaconda/lib/python2.7/lib-dynload/_ssl.so
Expected in: /usr/local/opt/openssl/lib//libssl.1.0.0.dylib
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
My OS is El Capitan
Does anyone know what is going wrong? Thank you.