I have cloned the git repository today getting following error:
ModuleNotFoundError Traceback (most recent call last)
in ()
1 # This file contains all the main external libs we’ll use
----> 2 from fastai.imports import *
~/Jupyter/DEEPLEARNINGCLASS/fastai/courses/dl1/fastai/imports.py in ()
9 from functools import partial
10 from collections import Iterable, Counter, OrderedDict
—> 11 from isoweek import Week
12 from pandas_summary import DataFrameSummary
13 from IPython.lib.display import FileLink