Back to Spacevim

SpaceVim lang#ipynb layer

docs/layers/lang/ipynb.md

2.4.0952 B
Original Source

Available Layers >> lang#ipynb

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

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.

sh
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:

toml
[[layers]]
  name = "lang#ipynb"

Key bindings

Key bindingsDescription
SPC l pinsert python block
SPC l uupdate note book
SPC l jstart jupyter
SPC l nstart nteract