File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,24 @@ JSON language server for JupyterLab
4
4
5
5
## Installation
6
6
7
+ Using pip:
8
+
9
+ ``` bash
10
+ pip install jupyterlab jupyterlab-lsp json-lsp
11
+ ```
12
+
13
+ Or using conda:
14
+
7
15
``` bash
8
- conda install -c conda-forge jupyterlab jupyterlab-lsp json-lsp
16
+ conda install jupyterlab jupyterlab-lsp json-lsp -c conda-forge
9
17
```
10
18
11
19
### Development installation
12
20
13
21
``` bash
14
22
conda install -c conda-forge yarn jupyterlab jupyterlab-lsp
15
23
16
- git clone https://github.com/martinRenou /json-lsp && cd json-lsp
24
+ git clone https://github.com/jupyter-lsp /json-lsp && cd json-lsp
17
25
18
26
cd json_lsp && yarn install && cd ..
19
27
pip install .
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " JSON language server wrapper" ,
5
5
"main" : " index.js" ,
6
- "repository" : " https://github.com/martinRenou /json-lsp" ,
6
+ "repository" : " https://github.com/jupyter-lsp /json-lsp" ,
7
7
"author" : " Martin Renou" ,
8
8
"license" : " BSD 3-Clause" ,
9
9
"private" : true ,
10
10
"dependencies" : {
11
11
"vscode-json-languageserver-bin" : " ^1.0.1"
12
12
}
13
- }
13
+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = json-lsp
3
3
version = 0.2.0
4
4
description = JSON language server Python wrapper
5
5
author = Martin Renou
6
- url = https://github.com/martinRenou /json-lsp
6
+ url = https://github.com/jupyter-lsp /json-lsp
7
7
license = BSD 3-Clause
8
8
license_file = LICENSE
9
9
classifiers =
You can’t perform that action at this time.
0 commit comments