jupyter-lsp / json-lsp

JSON language server for JupyterLab
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

JSON-lsp

JSON language server for JupyterLab

Installation

Using pip:

pip install jupyterlab jupyterlab-lsp json-lsp

Or using conda:

conda install jupyterlab jupyterlab-lsp json-lsp -c conda-forge

Development installation

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

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

cd json_lsp && yarn install && cd ..
pip install .