Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 449 Bytes

YAML-lsp

YAML language server for JupyterLab

Installation

Using pip:

pip install jupyterlab jupyterlab-lsp yaml-lsp

Using conda:

conda install jupyterlab jupyterlab-lsp yaml-lsp -c conda-forge

Development installation

conda install -c conda-forge yarn jupyterlab jupyterlab-lsp

git clone https://github.com/jupyter-lsp/yaml-lsp && cd yaml-lsp

cd yaml_lsp && yarn install && cd ..
pip install .