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 |
Tags
- linearlaout
- cloud station
- setonkeylistener
- JSON
- SSL 인증서가 변경되었습니다
- MFC
- IntelliJ
- Linux
- 시놀로지 색인
- clp 325wk
- SetWindowTextW
- 이클립스 주석
- Eclipse
- urllib3
- cloudstation
- 라즈베리파이
- 장치 데이터 오류
- synology
- audio station버그
- quickconnect
- github
- Wraith Spire
- truncated
- ds cloud
- 주석 숨김
- windows terminal
- c++
- git
- java.net.bindexception
- formatting failed
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