How to download file created in Colaboratory workspace?

F1sher picture F1sher · Feb 13, 2018 · Viewed 83k times · Source

I found many hints how to upload data into Colaboratory.

But now I want to do opposite -> I want to download .csv I've created in Colaboratory workspace.

How to do this?

Answer

nidhin picture nidhin · May 5, 2018

Use files colab lib

from google.colab import files
files.download('example.txt') 

PS: use chrome browser