Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://colab.research.google.com/drive/1srw_HFWQ2SMgmWIawucXfusGzrj1_U0q
- # Load the Drive helper and mount
- from google.colab import drive
- # This will prompt for authorization.
- drive.mount('/content/drive')
- Mounted at /content/drive
- # After executing the cell above, Drive
- # files will be present in "/content/drive/My Drive".
- !ls "/content/drive/My Drive"
- 07_structured_data.ipynb Sample Excel file.xlsx
- BigQuery recipes script.ipynb
- Colab Notebooks TFGan tutorial in Colab.txt
- Copy of nima colab.ipynb to_upload (1).ipynb
- created.txt to_upload (2).ipynb
- Exported DataFrame sheet.gsheet to_upload (3).ipynb
- foo.txt to_upload.ipynb
- Pickle + Drive FUSE example.ipynb variables.pickle
- Sample Excel file.gsheet
- ```
- # This is formatted as code
- ```
- You can also use the file browser in the sidebar to browse Drive files.
- ![](https://i.stack.imgur.com/TxnUX.png)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement