from google.colab import drive
drive.mount('/content/gdrive/')
colab_path = '/content/gdrive/My Drive/Google Colaboratory/'
반응형
'COMPUTER SCIENCE > PYTHON' 카테고리의 다른 글
[Python] 패키지 설치 시 PEP 오류 해결 방법 (0) | 2020.10.10 |
---|---|
[Anaconda] conda 명령어 수행 오류 해결 (0) | 2020.08.12 |
[Python] Pandas 행, 열 출력 개수 설정 (0) | 2020.06.12 |
[Python] list 모양의 string을 list로 변환 (0) | 2020.05.27 |
[Python] 외부 경로에 있는 py 파일 import하기 (0) | 2020.04.29 |