Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/`