jupyter_contrib_nbextensions
0.2.0
  • Installing Jupyter Notebook Extensions
  • List of provided nbxtensions
    • LaTeX environments
    • autosavetime
    • autoscroll
    • Chrome Clipboard
    • Code Font Size
    • A Code Prettifier
    • Codefolding
    • Collapsible Headings
    • Comment/Uncomment
    • Help menu entry
    • Datestamper
    • Drag and Drop
    • MathJax Equation Numbering
    • Execute Time
    • Exercise
    • Exercise2 extensions
    • Freeze
    • Gist it
    • Help Panel
    • Hide Input
    • Hide all Input
    • The highlighter extension:
    • Installation:
    • Hinterland
    • init_cell
    • Keyboard shortcut editor
    • QT Console
    • Limit Output
    • Move selected cells
    • Navigation Hotkeys
      • Edit Mode
      • Command Mode
    • Notebook web notifications
    • Printview
    • Python Markdown
    • Rubberband
    • Ruler
    • Runtools
    • Scratchpad notebook extension
    • Search and Replace
    • Select CodeMirror Keymap
    • SKILL for Codemirror
    • Skip traceback
    • Spellchecker
    • Split Cells
    • Table of Contents (2)
    • Table Beautifier
    • Toggle all line numbers
    • Tree-filter
    • Zenmode
  • Troubleshooting
  • Exporting
  • Notebook extension structure
jupyter_contrib_nbextensions
  • Docs »
  • List of provided nbxtensions »
  • Navigation Hotkeys
  • View page source

Navigation Hotkeys¶

Adds new key combinations for easier notebook navigation.

Edit Mode¶

| Hotkey | Description | |—————–|———————————————————–| | pageup | scroll page up | | pagedown | scroll page down | | Alt- + | Split cell and keep cursor position | | Alt- - | Combine cell and keep cursor position | | Alt-n | Toggle line number display in current codecell | | Shift-Enter | Execute cell, goto next cell and stay in edit mode if next cell is a code cell or unredered markdown cell | | Ctrl-Enter | Execute cell and stay in edit mode if cell is a code cell | | Ctrl-y | toggle celltype between markdown and code |

Command Mode¶

| Hotkey | Description | |————|————————–| | esc | toggle to edit mode | | home | Go to top of notebook | | end | Go to bottom of notebook | | pageup | scroll page up | | pagedown | scroll page down |

Next Previous

© Copyright 2015-2016, Jupyter Contrib Team.

Built with Sphinx using a theme provided by Read the Docs.