I'm trying to run the python code in jupyter.
The error I'm getting is:
from utils import get_data ModuleNotFoundError: No module named 'utils'
Which relates to line:
from utils import get_data
I even installed this package but it still tells utils module not found
conda install -c conda-forge python-utils.