Jupyter Notebook Keyboard Shortcuts

Jupyter Notebook 단축키 가이드
cmd + shift + H 버튼을 누르면, 전반적인 단축키 가이드 팝업창이 뜹니다.
주요 단축키
Enter : enter edit mode
Esc : enter ommand mode
Command Mode 주요 단축키
insert cell
A : insert cell above
B : insert cell below
copy and paste cell
X : cut selected cells
C : copy selected cells
Z : undo cell deletion
change cell type
Y : change cell to code
M : change cell to markdown
R : change cell to raw
Run cell
Shift + Enter : run cell, select below
Crtl + Enter : run selected cells
Alt + Enter : run cell, insert below
Edit Mode 주요 단축키
Shift + Tab : tooltip (Documentation)
cmd + ] : indent
cmd + [ : dedent
cmd + A : select all
cmd + Z : undo
cmd + / : comment
copy and paste code
cmd + d : delete whole line
cmd + x : paste whole line
cmd + c : copy whole line
Run cell
Shift + Enter : run cell, select below
Crtl + Enter : run selected cells
Alt + Enter : run cell, insert below
Jupyter Notebook Keyboard Shortcuts
