Lesson 2 official topic

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.

  1. Log in to kaggle.com

  2. Choose…
    image

  3. Create new notebook…
    image

  4. File > Import Notebook…
    image
    (note, I did earlier do “Link to github”, but I don’t think that was required.)

  5. Click the github icon, search for fastbook, select fastai/fastbook,
    image
    then choose the required chapter and click the Import button.
    image

  6. The first cell was producing the shown error. Removing the red boxed code made it work (I’m not sure of any negative impact).

  7. Images were not appearing, showing as placeholder icons
    image
    saw it was defined like this…

Changing the first cell as follows makes it all work…

(may need to reload browser page)

26 Likes