1. Command Mode (press Esc to enable) - 명령모드

  • ESC  를 눌러 커맨드 모드로 진입하여 ENTER 를 통해 cell 을 수정할 수 있습니다. 아래 커맨드는 커맨드 모드에서 동작
  • 는 현재 cell 위에 새로운 cell 을 추가
  • B 는 현재 cell 밑에 새로운 cell 을 추가
  • D + D D를 연속해서 두번 누르면 현재 cell 을 삭제
  • M 은 Markdown 셀로 변환하며, Y 는 Code 셀로 변환하고  R 은 Raw Cell 로 변환
  • CTRL + B 화면을 더 크게 사용 (왼쪽 파일 탐색기가 사라짐)
  • SHIFT + M 두 개의 셀을 한개의 셀로 Merge
  • CTRL + SHIFT + – 현재 커서 위치를 기준으로 두 개의 셀로 구분
  • SHIFT+J or SHIFT + DOWN 현재 셀에서 아래쪽 위치로 새로운 셀을 같이 선택
  • SHIFT + K or SHIFT + UP 현재 셀에서 위쪽 위치로 새로운 셀을 같이 선택
  • CTRL + / 선택한 코드를 주석처리
Enter

enter edit mde

 Shift-Enter 

 run cell, select below

Ctrl-Enter 

 run cell

 Alt-Enter 

 run cell, insert below

 Y 

 to code

 M 

 to markdown

 R 

 to raw

 1

 to heading 1

 2

 to heading 2

 3

 to heading 3

 4

 to heading 4

 5

 to heading 5

 6

 to heading 6

 Up 

 select cell above

 K 

 select cell above

 Down 

 select cell below

 J 

 select cell below

 A 

 insert cell above

 B 

 insert cell below

 X 

 cut selected cell

 C 

 copy selected cell

 Shift-V 

 paste cell above

 V 

 paste cell below

 Z 

 undo last cell deletion

 D,D 

 delete selected cell

 Shift-M 

 merge cell below

 S 

 Save and Checkpoint

 Ctrl-S 

 Save and Checkpoint

 L 

 toggle line numbers

 O 

 toggle output

 Shift-O 

 toggle output scrolling

 Esc 

 close pager

 Q 

 close pager

 H 

 show keyboard shortcut help

 I,I 

 interrupt kernel

 0,0 

 restart kernel

 Space 

 scroll down

 Shift-Space 

 scroll up

 Shift 

 ignore

2. Edit Mode (press Enter to enable)

Tab 

 code completion or indent

 Shift-Tab 

 tooltip

 Ctrl-] 

 indent

 Ctrl-[ 

 dedent

 Ctrl-A 

 select all

 Ctrl-Z 

 undo

 Ctrl-Shift-Z 

 redo

 Ctrl-Y 

 redo

 Ctrl-Home 

 go to cell start

 Ctrl-Up 

 go to cell start

 Ctrl-End 

 go to cell end

 Ctrl-Down 

 go to cell end

 Ctrl-Left 

 go one word left

 Ctrl-Right 

 go one word right

 Ctrl-Backspace 

 delete word before

 Ctrl-Delete 

 delete word after

 Esc 

 command mode

 Ctrl-M 

 command mode

 Shift-Enter 

 run cell, select below

 Ctrl-Enter 

 run cell

 Alt-Enter 

 run cell, insert below

 Ctrl-Shift-Subtract 

 split cell

 Ctrl-Shift-- 

 split cell

 Ctrl-S 

 Save and Checkpoint

 Up 

 move cursor up or previous cell

 Down 

 move cursor down or next cell

 Shift 

 ignore

반응형