Notice
Recent Posts
Recent Comments
목록Colab (1)
NeuroWhAI의 잡블로그
[Python] PyDrive로 구글 드라이브에 있는 파일 읽기
Colab에서 외부 파일을 불러오고 싶을때 이 방식을 쓰면 가능합니다. # Install the PyDrive wrapper & import libraries. # This only needs to be done once per notebook. !pip install -U -q PyDrive from pydrive.auth import GoogleAuth from pydrive.drive import GoogleDrive from google.colab import auth from oauth2client.client import GoogleCredentials # Authenticate and create the PyDrive client. # This only needs to be done once..
개발 및 공부/라이브러리&프레임워크
2018. 4. 1. 11:03