#Download button in collab for ios users

1 messages · Page 1 of 1 (latest)

young island
#

There is no download button for iossssslfg

dire oceanBOT
#
Vote for this suggestion!
light nymph
#

We don't own Colab lfg

#

Go complain to Google lfg

earnest pebble
#
#@title Google colab cell for downloading files from path
from google.colab import files

file_path = "/path/to/file/that/you/want/to/download" #@param {type:"string"}
files.download(file_path)