A jupyter notebook, hosted on GitHub and running in Google Colab, gives file not found error for existing files
I am running a jupyter notebook, directly from the GitHub repository of yhilpisch, on Google Colab. The notebook has a cell %run xxx.py, which is in the same directory as the notebook in the repo, and I get a file not found error. Another cell attempts to load a csv file in a data directory in the repo, with an appropriate path, but also file not found error. Is it possible for such a notebook to access these files, and if so what additional steps do I need to take to make it happen?
Google Colab Alternative
Is there any any good alternative for Google Colab which offers free CPU, GPU and RAM support for free users and supports Google Colab (Jupyter) codes?