How to edit and save text files (.py) in Google Colab?

后端 未结 11 1876
[愿得一人]
[愿得一人] 2020-12-24 01:16

I cloned a github repo using !git clone https://github.com/llSourcell/Pokemon_GAN.git. I wanted to modify a .py file inside Colab. So i used %load fil

11条回答
  •  一向
    一向 (楼主)
    2020-12-24 01:55

    Colab includes a text editor you can use to create, open, and delete .py files directly.

    All is done in the Files view (see below).

    • To create or delete a file, right click and choose "New file" or "Delete file".
    • To edit a file, double click on it. It appears on the right portion of your screen. Make any changes you wish. Changes are saved automatically.

提交回复
热议问题