I updated my Jupyter Notebook and now it doesn't know anything about some of my installed packages. For example it generates this error when I import graphlab:
ImportError Traceback (most recent call last) in () ----> 1 import graphlab
ImportError: No module named graphlab
However, I can import graphlab in python console without any error.
I tried to reinstall graphlab from this link over and over but nothing changed
I also noticed that sys.executable gives me different result in python console and jupyter notebook:
'/home/user/anaconda2/bin/python'
vs
'/home/user/anaconda2/envs/ipykernel_py2/bin/python'