Loading kaggle image data set with fastai

Hi every one I am new at kaggle and fastai but understand python and sklearn numpy and so on.I am having trouble doing deep learning using kaggle kernels and the fastai lib. In particular how to create a data bunch using fastai on a image data set from the kaggle database could someone please help me with a example of any image data set from kaggle in a kaggle kernel. I tried the ImageDataBunch methods from folder and path and url approach but only manage to get the url’s from the web to work.I cannot get a data set from kaggle to work I keep getting the same error index 0 is out of bound. Could someone please write a notebook using any kaggle image data set?

Maybe this post would help.

thank you for the reply I will go threw it and inform you if I solved my problem.