Skip to content

Instantly share code, notes, and snippets.

@jainxy
Created April 10, 2019 10:33
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 jainxy/281c31692300012db8479bdffe7848ed to your computer and use it in GitHub Desktop.
Save jainxy/281c31692300012db8479bdffe7848ed to your computer and use it in GitHub Desktop.
Colab - IO
# Ref -> https://colab.research.google.com/notebooks/io.ipynb#scrollTo=BaCkyg5CV5jF
# ---------- UPLOAD FROM LOCAL FILE SYSTEM --------------------
# files.upload returns a dictionary of the files which were uploaded. The dictionary is keyed by the file name, the value is the data which was uploaded.
# files.download will invoke a browser download of the file to the user's local computer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment