I am new to Google cloud and datalab. I struggled to get it up and running. I was wondering how I could just import user-written .py files within datalab notebook.
I tried using "pip install git+~~". It installs, but it seems like it is installing in the wrong directory or something. I was not able to import it.
Please help me out.
Btw, I wonder how I could "pip install git+~~" for private repo. Notebook isn't interactive. I tried echo userid | echo password | pip install git+~
Thank you!