Setting up fastai projects from scratch

Hi all,

I’m doing part 1 of the DL course and now I’m trying to implement my own models for many other problems. In my study I’m using Paperspace. Now when I create new folders within the Paperspace environment (where fastai was pulled from github) for each subsequent problem I come across this error:

ModuleNotFoundError: No module named 'fastai'

However, if I copy back in that very folder the entire fastai library it starts working. A general question from my side would be how to organise all that efficiently - both in folders as well as in code, to ensure my projects working smoothly without the need of copying folders redundantly?

Apologies if such a topic appeared already on the forum but somehow I was unable to find it. Thanks!

Thank you @marcmuc, somehow I missed that topic!