For the homework to read the book, I had to muddle around a bit to get 01_intro.ipynb running smoothly on kaggle.com. So I’m documenting here in case it helps anyone, and I might learn from others suggesting improvements.
-
Log in to kaggle.com
-
Choose…
-
Create new notebook…
-
File > Import Notebook…
(note, I did earlier do “Link to github”, but I don’t think that was required.) -
Click the github icon, search for fastbook, select fastai/fastbook,
then choose the required chapter and click the Import button.
-
The first cell was producing the shown error. Removing the red boxed code made it work (I’m not sure of any negative impact).
-
Images were not appearing, showing as placeholder icons
saw it was defined like this…
Changing the first cell as follows makes it all work…
(may need to reload browser page)