You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages](https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html).
11
+
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages][language-servers].
12
12
13
13
### Hover
14
14
@@ -86,7 +86,7 @@ And:
86
86
87
87
## Installation
88
88
89
-
> For more extensive installation instructions, see the [documentation](./docs/Installation.ipynb).
89
+
> For more extensive installation instructions, see the [documentation][installation-documentation].
90
90
91
91
For the current stable version, the following steps are recommended.
92
92
Use of a python `virtualenv` or a conda env is also recommended.
@@ -147,7 +147,7 @@ Use of a python `virtualenv` or a conda env is also recommended.
147
147
```
148
148
149
149
Please see our full list of
150
-
[supported language servers](./docs/LANGUAGESERVERS.md)
150
+
[supported language servers][language-servers]
151
151
which includes installation hints for the common package managers (npm/pip/conda).
We plan to provide a configuration GUI at some time ([#25](https://github.com/krassowski/jupyterlab-lsp/issues/25)), but in the meantime, you can use the instructions for the specific servers as described on their websites (see the table in [LANGUAGESERVERS.md](./docs/LANGUAGESERVERS.md) for links).
195
+
We plan to provide a configuration GUI at some time ([#25](https://github.com/krassowski/jupyterlab-lsp/issues/25)), but in the meantime, you can use the instructions for the specific servers as described on their websites (see the [table of language servers][language-servers] for links).
196
196
197
197
#### I want to hide specific diagnostics/inspections/warnings
198
198
@@ -220,3 +220,6 @@ Again, please do check the pycodestyle documentation for specific error codes, a
220
220
221
221
This would not be possible without the fantastic initial work at
0 commit comments