Having issues with 'images/grizzly.jpg'

Hi everyone.

I’m running through 02_production.ipynb on Colab. When I run
dest = 'images/grizzly.jpg'
download_url(ims[0], dest)
I recieve the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'images/grizzly.jpg'
Here’s a screenshot if that makes my issue more clear.


Any help is appreciated. Thank you.

3 Likes

Solution found here.

2 Likes