I’m trying to populate my Sagemaker EC2 instance with scripts/modules from my git repo for running Jupyter notebooks.
When I clone the git repo using access token, I get a repo.git file in my Jupyter directory where notebooks live.
What do I do with this file and how do I Import the py files from the repo? My goal is to actually have the files in my local instance and navigate through them(vs a single flat .git file)
Thanks in advance!