I want to use pandas on jupyter-notebook. it is using python3. when I use
import pandas as pd
it says:
ModuleNotFoundError: No module named 'pandas'
but when I use:
pip install pandas
it returns:
Requirement already satisfied: pandas in /usr/local/lib/python2.7/dist-packages (0.24.2)
how can I import packages like this. it is set to use python3 but for pip command it see python2.7