Hey, as I understend, this two lines of code suposed to download the picture that the URL in ims[1] represent to ‘dest’.
dest = ‘images/grizzly.jpg’ download_url(ims[1], dest)
i can’t find where it was actually downloaded, can someone explain to me what does download_url dose and to where it download the pictures?
Hi Johnathan
!find / -name grizzly.jpg -print
Regards Conwyn
Thank you! The location it found is /opt/conda/envs/fastai/lib/python3.8/site-packages/fastbook/images/grizzly.jpg is it a location in my computer? because i can’t find it