Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- cloud station
- 주석 숨김
- windows terminal
- clp 325wk
- audio station버그
- MFC
- 시놀로지 색인
- setonkeylistener
- ds cloud
- 라즈베리파이
- cloudstation
- Eclipse
- github
- formatting failed
- 이클립스 주석
- synology
- git
- Linux
- SetWindowTextW
- urllib3
- c++
- truncated
- SSL 인증서가 변경되었습니다
- 장치 데이터 오류
- JSON
- linearlaout
- Wraith Spire
- java.net.bindexception
- IntelliJ
- quickconnect
Archives
- Today
- Total
딸기스무디
google colab 드라이브 마운트 예제 본문
#구글드라이브 연결하기
from google.colab import drive
drive.mount('/content/drive/')
with open('/content/drive/My Drive/hello.txt', 'w') as f:
f.write('Hello Google Drive colab !')
!cat /content/gdrive/My\ Drive/hello.txt
Comments