Advertisement
Sweetening

Untitled

May 5th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. https://colab.research.google.com/drive/1srw_HFWQ2SMgmWIawucXfusGzrj1_U0q
  2.  
  3.  
  4. # Load the Drive helper and mount
  5. from google.colab import drive
  6.  
  7. # This will prompt for authorization.
  8. drive.mount('/content/drive')
  9.  
  10. Mounted at /content/drive
  11.  
  12. # After executing the cell above, Drive
  13. # files will be present in "/content/drive/My Drive".
  14. !ls "/content/drive/My Drive"
  15.  
  16. 07_structured_data.ipynb Sample Excel file.xlsx
  17. BigQuery recipes script.ipynb
  18. Colab Notebooks TFGan tutorial in Colab.txt
  19. Copy of nima colab.ipynb to_upload (1).ipynb
  20. created.txt to_upload (2).ipynb
  21. Exported DataFrame sheet.gsheet to_upload (3).ipynb
  22. foo.txt to_upload.ipynb
  23. Pickle + Drive FUSE example.ipynb variables.pickle
  24. Sample Excel file.gsheet
  25.  
  26.  
  27.  
  28. ```
  29. # This is formatted as code
  30. ```
  31.  
  32. You can also use the file browser in the sidebar to browse Drive files.
  33. ![](https://i.stack.imgur.com/TxnUX.png)
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement