JSON language server for JupyterLab
Using pip:
pip install jupyterlab jupyterlab-lsp json-lspOr using conda:
conda install jupyterlab jupyterlab-lsp json-lsp -c conda-forgeconda 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 .