Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 934 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 934 Bytes

notebook_input_mode

Jupyter nbextension supporting alternate input modes such as vim mode

Deprecated!

Note that this extension has been deprecated in favor of Select Codemirror Keymap, a jupyter-contrib-nbextensions sub-project.

Installation

  • clone and run python setup.py develop

or

  • pip install 'git+https://github.com/asford/notebook_input_mode.git#egg=notebook_input_mode'

Within a notebook switch on vim mode via the menu bar Edit -> Vim.

Key Mappings

tbd

Developer References

In JavaScript console use the following to get a list of notebook actions:

Object.keys(require('base/js/namespace').actions._actions);