What is the best way to develop a github repo using google collab? Let’s say in the repo you have a folder of python files with __init__ files that act as a module you want to import using a jupyter notebook. Then you can clone the github repo to google drive. But using sys.append.path to import the module you’re working on doesn’t seem to work. Any suggestions?
