|
135 | 135 | "source": [ |
136 | 136 | "### Servers tested with Notebooks\n", |
137 | 137 | "\n", |
138 | | - "While most servers should work with notebooks and standalone files, some\n", |
139 | | - "require additional adjustments. The following language servers are tested\n", |
140 | | - "against `jupyterlab-lsp` and any issues when using them in notebooks\n", |
141 | | - "will be prioritised.\n", |
| 138 | + "While most servers should work with notebooks and standalone files, some require\n", |
| 139 | + "additional adjustments. The following language servers are tested against\n", |
| 140 | + "`jupyterlab-lsp` and any issues when using them in notebooks will be\n", |
| 141 | + "prioritised.\n", |
142 | 142 | "\n", |
143 | | - "If you choose to install multiple language servers for the same language, the one with the highest\n", |
144 | | - "`priority` (which can be set in the _Advanced Settings Editor_) will be used." |
| 143 | + "If you choose to install multiple language servers for the same language, the\n", |
| 144 | + "one with the highest `priority` (which can be set in the _Advanced Settings\n", |
| 145 | + "Editor_) will be used." |
145 | 146 | ] |
146 | 147 | }, |
147 | 148 | { |
|
341 | 342 | "cell_type": "markdown", |
342 | 343 | "metadata": {}, |
343 | 344 | "source": [ |
344 | | - "Servers and extensions listed below are not included in the testing suite of `jupyterlab-lsp`; the support may be provided by community members or a third-party:" |
| 345 | + "Servers and extensions listed below are not included in the testing suite of\n", |
| 346 | + "`jupyterlab-lsp`; the support may be provided by community members or a\n", |
| 347 | + "third-party:" |
345 | 348 | ] |
346 | 349 | }, |
347 | 350 | { |
348 | 351 | "cell_type": "markdown", |
349 | 352 | "metadata": {}, |
350 | 353 | "source": [ |
351 | | - "| Languages | Implementation | Comment |\n", |
352 | | - "|---------------------------|-------------------------------------------|---------------|\n", |
353 | | - "| Spark SQL | [CybercentreCanada/jupyterlab-sql-editor] | |\n", |
354 | | - "| GraphQL, SPARQL, Turtle | [jupyrdf/graph-lsp] | |\n", |
355 | | - "| JSON | [jupyter-lsp/json-lsp] | (1) |\n", |
356 | | - "| YAML | [jupyter-lsp/yaml-lsp] | (1) |\n", |
357 | | - "| Scala | [scalameta/metals] | (2) |\n", |
358 | | - "\n", |
| 354 | + "| Languages | Implementation | Comment |\n", |
| 355 | + "| ----------------------- | ----------------------------------------- | ------- |\n", |
| 356 | + "| Spark SQL | [CybercentreCanada/jupyterlab-sql-editor] | |\n", |
| 357 | + "| GraphQL, SPARQL, Turtle | [jupyrdf/graph-lsp] | |\n", |
| 358 | + "| JSON | [jupyter-lsp/json-lsp] | (1) |\n", |
| 359 | + "| YAML | [jupyter-lsp/yaml-lsp] | (1) |\n", |
| 360 | + "| Scala | [scalameta/metals] | (2) |\n", |
359 | 361 | "\n", |
360 | 362 | "[jupyrdf/graph-lsp]: https://github.com/jupyrdf/graph-lsp\n", |
361 | | - "[CybercentreCanada/jupyterlab-sql-editor]: https://github.com/CybercentreCanada/jupyterlab-sql-editor\n", |
| 363 | + "[CybercentreCanada/jupyterlab-sql-editor]:\n", |
| 364 | + " https://github.com/CybercentreCanada/jupyterlab-sql-editor\n", |
362 | 365 | "[jupyter-lsp/json-lsp]: https://github.com/jupyter-lsp/json-lsp\n", |
363 | 366 | "[jupyter-lsp/yaml-lsp]: https://github.com/jupyter-lsp/yaml-lsp\n", |
364 | 367 | "[scalameta/metals]: https://github.com/scalameta/metals" |
|
369 | 372 | "metadata": {}, |
370 | 373 | "source": [ |
371 | 374 | "- (1) convenience wrappers for installation with `pip`, require Node.js.\n", |
372 | | - "- (2) `metals` is not currently auto-detected, but can be configured as demonstrated in the\n", |
373 | | - "[configuration example](./Configuring.html#example-scala-language-server-metals-integration)." |
| 375 | + "- (2) `metals` is not currently auto-detected, but can be configured as\n", |
| 376 | + " demonstrated in the\n", |
| 377 | + " [configuration example](./Configuring.html#example-scala-language-server-metals-integration)." |
374 | 378 | ] |
375 | 379 | }, |
376 | 380 | { |
|
0 commit comments