mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
1.0 KiB
1.0 KiB
title | description |
---|---|
SpaceVim lang#ipynb layer | This layer adds Jupyter Notebook support to SpaceVim |
Available Layers >> lang#ipynb
Description
This layer adds Jupyter Notebook support to SpaceVim.
Features
- syntax highlighting
Install
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
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 |