I installed python using Anaconda on Ubuntu, which installed the default version 3. However, I'm following the Titanic Kaggle tutorial, which uses 2.7 and is therefore throwing me a lot of errors. I managed to install Python 2.7 to use with my Jupyter notebook, but whenever I tried to import numpy it tells me there is no module named numpy, even though the import function works perfectly well on a Python 3 notebook.
What am I doing wrong here? How can I get the import function to work for the Python 2.7 notebook?