I am trying to use Google Datalab to read in a file on ipython laptop, base pd.read_csv (), since I cannot find the file path. I use it locally and also uploaded it to Google Cloud Storage in a bucket.
I ran the following commands to figure out where I
os.getcwd()
gives '/ content / myemail@gmail.com '
os.listdir('/content/ myemail@gmail.com ')
gives ['.git', '.gitignore', 'datalab', 'Hello World.ipynb', '.ipynb_checkpoints']
source share