I’m trying to follow chapter 9.
I’m using SageMaker and following error: (after installing kaggle with !pip install kaggle
ModuleNotFoundError Traceback (most recent call last)
in ()
1 #hide
2 from fastbook import *
----> 3 from kaggle import api
4 from pandas.api.types import is_string_dtype, is_numeric_dtype, is_categorical_dtype
5 from fastai.tabular.all import *
ModuleNotFoundError: No module named ‘kaggle’
Thanks