Hi @fsalmon, are you referring to this notebook 01_intro.ipynb?
Looks like you don’t have the counter.pkl
file on your local machine. Did you run the initializing code bit at the top of the Colab notebooks that are linked in the course?
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
from fastbook import *
They might be downloading some of these datasets for you so that you have access to them.
Two things you could try to isolate the problem more:
- Run it in the Colab Notebook I linked above. See whether everything works as expected there
- Search for the dataset and open the downloaded
.pkl
file instead as your input
Hope that helps!