Jupyter Notebook Keyboard Shortcuts
![post-thumbnail](https://velog.velcdn.com/images/rolroralra/post/6d23883a-8a1f-433e-ade1-a56a57c8e5f2/image.png)
Jupyter Notebook 단축키 가이드
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
![Jupyter Notebook Cheat Sheet](https://velog.velcdn.com/images/rolroralra/post/dc54ec52-b7b1-482c-b94a-ca002ea19b44/image.png)