Coding

코랩(colab) 데이터 업로드

linguana 2021. 4. 1. 10:44

1. 직접 업로드

from google.colab import files
myfile = files.upload()

2. 드라이브에서 가져오기

from google.colab import drive
drive.mount('/content/drive/')
저작자표시 비영리 변경금지 (새창열림)