NameError: name 'Path' is not defined

You should import the fastai imports

–> from fastai.imports import *

15 Likes