简体   繁体   中英

Running in Google Colab

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?

在此处输入图片说明

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

You can create a directory named data

在此处输入图片说明

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

在此处输入图片说明

* 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM