SyntaxFix
Write A Post
Hire A Developer
Questions
We can do so.
import sys import os py_file_location = "/content/drive/My Drive" sys.path.append(os.path.abspath(py_file_location))
Now you can import it as module in notebook for that location.
import whatever