0

Good evening. I want to run my python program on Google collab, but in what place I should download files and when open in python file? How do I open this file?

enter image description here

Sundeep Pidugu
  • 1,966
  • 2
  • 13
  • 35

1 Answers1

1

You can always upload files to Google colab and you can create a directory as well.

You can create a directory named data

enter image description here

And then upload the files which you want to be placed in the directory as shown below.

enter image description here

* Remember the data uploaded or created during runtime will not be saved *

Alternatively, you can save the files to your google drive and mount the drive -> Google Colab: how to read data from my google drive? to save your runtime files and folder directly to the drive.

Sundeep Pidugu
  • 1,966
  • 2
  • 13
  • 35