Skip to content

asford/notebook_input_mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Jupyter nbextension supporting alternate input modes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •