Jupyter nbextension supporting alternate input modes such as vim mode
Note that this extension has been deprecated in favor of Select Codemirror Keymap, a jupyter-contrib-nbextensions
sub-project.
clone
and runpython 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
.
tbd
- http://jupyter-notebook.readthedocs.org/en/latest/extending/frontend_extensions.html
- http://jupyter-notebook.readthedocs.org/en/latest/frontend_config.html
In JavaScript console use the following to get a list of notebook actions:
Object.keys(require('base/js/namespace').actions._actions);