SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer adds Jupyter Notebook support to SpaceVim.
this layer includes vimpyter, to use this plugin, you may need to install notedown.
pip install --user notedown
NOTE: if you are using windows, you need to add this dir to your $PATH.
%HOME%\AppData\Roaming\Python\Python37\Scripts
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#ipynb"
Key bindings | Description |
---|---|
SPC l p |
insert python block |
SPC l u |
update note book |
SPC l j |
start jupyter |
SPC l n |
start nteract |
Powered by Jekyll