Import error

When running the lesson 1 notebook, it is showing this error-

File “/home/nafizh/Dropbox/fast_ai_fellowship/fastai/courses/dl1/fastai/conv_learner.py”, line 50
def name(self): return f’{self.f.name}_{self.xtra_cut}’
^
SyntaxError: invalid syntax

Can anyone please help me with it?

You need to use python 3.6 . Please search the forum before posting since this has come up quite a few times.

Thanks Jeremy. Sorry, I could not find this in my initial search, that’s why posted.