Skip to content

Commit 83bd29b

Browse files
authored
include second = for pip install
`pip install jupyterlab-lsp=3.4.1` is missing one `=`
1 parent 2564fe7 commit 83bd29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Installation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"##### pip\n",
251251
"\n",
252252
"```bash\n",
253-
"pip install jupyterlab-lsp={JUPYTERLAB_LSP_VERSION}\n",
253+
"pip install jupyterlab-lsp=={JUPYTERLAB_LSP_VERSION}\n",
254254
"```"
255255
]
256256
},

0 commit comments

Comments
 (0)