Skip to content

Instantly share code, notes, and snippets.

@h4ck4life
Forked from korakot/colab_download.py
Created June 28, 2018 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4ck4life/63b618442f31924f9db2e1022b98981e to your computer and use it in GitHub Desktop.
Save h4ck4life/63b618442f31924f9db2e1022b98981e to your computer and use it in GitHub Desktop.
Google colab file upload/download
files.download('example.txt') # from colab to browser download
from google.colab import files
uploaded = files.upload() # then browse, select the files. It's then uploaded
# uploaded is now a dict containing "filename" -> Content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment