일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- scRNAseq analysis
- js
- julia
- Git
- drug muggers
- single cell
- CUT&RUN
- 싱글셀 분석
- cellranger
- javascript
- CUTandRUN
- scRNAseq
- github
- pandas
- EdgeR
- matplotlib
- Bioinformatics
- MACS2
- single cell rnaseq
- HTML
- ChIPseq
- python matplotlib
- CSS
- single cell analysis
- 비타민 C
- drug development
- PYTHON
- ngs
- DataFrame
- Batch effect
Archives
- Today
- Total
바이오 대표
[ Google Colab ] Google Drive 연동 본문
Colab으로 코딩을 돌릴 때, 필요한 파일을 런타임마다 업로드를 해줘야 하는 불편함이 있다.
고로 google drive 에 데이터를 두고 가져오면 편하다.
1. Colab 에서 google drive 와 mount 하기
from google.colab import drive
drive.mount('/content/gdrive')
2. 링크를 타고 내 구글 계정과 연결시킬 수 있다.
3. 구글에서 주는 코드를 복사해서 authorization code 입력란에 붙여넣기 하면 google drive 의 메인 /content/gdrive로 연결된다
'Programming enviorment' 카테고리의 다른 글
[Git] Intro - Linux에서 파일 비교하기 (diff/patch) (0) | 2021.11.17 |
---|---|
[Git] Intro - VCS (Version Control System) (0) | 2021.11.17 |
[ Jupyter Lab ] Window 환경에서 jupyter lab (cmd) (0) | 2021.09.26 |
[ Google Colab ] 런타임 연결 끊김 방지, 세션 유지 (3) | 2021.09.24 |
[ Google Colab ] GPU 사용하기 (0) | 2021.09.23 |