Datasets: Download images

During downloading images with download_images function, I face this problem and a couldn’t find out how to solve it. could anyone help me?

You used absolute path, it will start looking at the root. Try using a period before the path, like this Path(’./data/bears’), this will look in the folder where the notebook is located.