Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 673 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 673 Bytes

vim_kernel

Binder

A Jupyter kernel for Vim script

vim_kernel

Try vim_kernel without install

Click Binder

Installation

This requires IPython 3.

python setup.py install
python -m vim_kernel.install

To use it, run one of:

jupyter notebook
jupyter qtconsole --kernel vim_kernel
jupyter console --kernel vim_kernel

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)