Jupyter中的快捷键

Jupyter

Edit Mode (press Enter to enable)

  • ⇥ : code completion or indent
  • ⇧⇥ : tooltip
  • ⌘] : indent
  • ⌘[ : dedent
  • ⌘Y : redo
  • ⌘↑ : go to cell start
  • ⌘↓ : go to cell end
  • ⌃M : command mode
  • ⇧↩ : run cell, select below
  • ⌃↩ : run cell
  • ⌥↩ : run cell, insert below
  • ⌃⇧subtract : split cell
  • ⌃⇧ : split cell
  • ⌘S : Save and Checkpoint
  • ↑ : move cursor up or previous cell
  • ↓ : move cursor down or next cell
  • ⇧ : ignore
  • ⇧↑: select line

Command Mode (press Esc to enable)

  • ⇧↩ : run cell, select below
  • ⌃↩ : run cell
  • ⌥↩ : run cell, insert below
  • Y : to code
  • M : to markdown
  • R : to raw
  • 1 : to heading 1
  • 2 : to heading 2
  • ↑ : select cell above
  • K : select cell above
  • ↓ : select cell below
  • J : select cell below
  • A : insert cell above
  • B : insert cell below
  • X : cut selected cell
  • C : copy selected cell
  • ⇧V : paste cell above
  • V : paste cell below
  • Z : undo last cell deletion
  • ⇧M : merge cell below
  • S : Save and Checkpoint
  • ⌘S : Save and Checkpoint
  • L : toggle line numbers
  • O : toggle output
  • ⇧O : toggle output scrolling
  • Esc : close pager
  • Q : close pager
  • H : show keyboard shortcut help dialog
  • I,I : interrupt kernel
  • 0,0 : restart kernel
  • ␣ : scroll down
  • ⇧␣ : scroll up
  • ⇧ : ignore
updatedupdated2023-06-052023-06-05
Update https-ca.md