구글 코랩(Google Colaboratory) : 구글이 서비스하는 주피터 노트북 클라우드 서비스
https://colab.research.google.com/

    - 노트북 생성
File -> New Notebook
상단의 제목 변경

    - 코드 입력
print('Hello, world!')


    - 코드 실행 방법
1. Ctrl+Enter : 현재 셀 코드 실행
2. Shift+Enter : 현재 셀 코드 실행하고 다음 셀로 이동
3. 좌측 Run Cell 아이콘 클릭
4. 상단 Runtime 메뉴 -> Run all (Ctrl+F9)

 


    - 코드 저장
실행한 코드는 구글 드라이브 'Colab Notebooks' 폴더에 저장됨

 

 

//-----------------------------------------------------------------------------

* Colab 터미널 실행 (Colab VM에 직접 명령 실행, colab terminal)

https://github.com/singhsidhukuldeep/Google-Colab-Shell

 

!pip install google-colab-shell

 

from google_colab_shell import getshell
getshell()
# getshell(height=400) # custom height of the terminal

 

 

 

 

반응형
Posted by codens