Google Colab运行py文件

  1. 进入自定义文件夹
import os
path="/content/drive/My Drive/Project"
os.chdir(path)
os.listdir(path)

  1. 运行目录下的.py文件(执行系统命令,需要在命令前加感叹号)
    !python run.py
posted @ 2021-12-19 18:35  ArdenWang  阅读(1072)  评论(0编辑  收藏  举报