본문 바로가기
  • Slow and Steady wins the race
abt Machine Learning/Data Analysis

주피터 노트북 단축기 (메모)

by cloudin 2023. 9. 26.

Commend Mode Cell (파란색)의 주요 단축기

A : insert cell above

B : insert cell below

X : cut selected cells

C : copy selected cells

Y : change cell to code

M : change cell to markdown

R : change cell to raw

Shift + Enter : run cell, select below

Ctrl + Enter : run selected cells

Alt + Enter : run cell and insert below

Ctrl-S : Save and Checkpoint

Z : undo cell deletion

shift + tab + tab : 함수의 기능 볼 수 있음

 

 

Edit Mode Cell (초록색)의 주요 단축키

Shift - Tab : tooltip

Ctrl - ] : indent

Ctrl - [ : dedent

Ctrl - A : select all

Ctrl - Z : undo

Ctrl - / : comment

Ctrl - D : delete whole line

Shift - Enter : run cell, select below

Ctrl - Enter : run selected cells

Alt - Enter : run cell and insert below