Wednesday 19 February 2020

How to download dynamic files created during work on Google Colab?

text_file = open("your desired name.txt", "w")
text_file.write(file)    
text_file.close()

from : https://datascience.stackexchange.com/questions/27964/how-to-download-dynamic-files-created-during-work-on-google-colab

No comments:

Post a Comment