I am trying to use Google Datalab to read in a file in ipython notebook, the basic pd.read_csv() as I can't find the path of the file. I have it locally and also uploaded it to google cloud storage in a bucket.
I ran the following commands to understand where I am
os.getcwd()
gives '/content/myemail@gmail.com'
os.listdir('/content/myemail@gmail.com')
gives ['.git', '.gitignore', 'datalab', 'Hello World.ipynb', '.ipynb_checkpoints']