Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongbo-wei/google
Instructions of using Google Colab
https://github.com/hongbo-wei/google
Last synced: about 14 hours ago
JSON representation
Instructions of using Google Colab
- Host: GitHub
- URL: https://github.com/hongbo-wei/google
- Owner: hongbo-wei
- Created: 2023-11-27T14:55:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T08:24:33.000Z (12 months ago)
- Last Synced: 2023-12-05T09:25:08.063Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-Colab
Instructions of using Google Colab
## Instructions
### Mount Google Drive in Google Colab
`from google.colab import drive
drive.mount('/content/drive')`#### Change Directory
`%cd /content/drive/My Drive/Colab Notebooks/`