Skip to content

mattn/vim_kernel

Repository files navigation

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)