Skip to content

Instantly share code, notes, and snippets.

View HeadTwerk's full-sized avatar
💭
Successfully confused my mind

HeadTwerk

💭
Successfully confused my mind
View GitHub Profile
@puncoz
puncoz / google-colab-code-snippet.md
Created June 12, 2019 11:16
Some useful code snippets for google colab

To upload file from computer to colab:

from google.colab import files
uploaded = files.upload()

Extract Google Drive zip from Google colab notebook

Mount GDrive:

from google.colab import drive