1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
|
%global _empty_manifest_terminate_build 0
Name: python-jupyterlab-lsp
Version: 4.0.1
Release: 1
Summary: Coding assistance for JupyterLab with Language Server Protocol
License: BSD-3-Clause
URL: https://pypi.org/project/jupyterlab-lsp/
Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/e0/0995a3659e0770b69b2446e3bc40d736ab6eec0ff2def04853ba36aaef3e/jupyterlab-lsp-4.0.1.tar.gz
BuildArch: noarch
Requires: python3-jupyter-lsp
Requires: python3-jupyterlab
%description
# Language Server Protocol integration for Jupyter(Lab)
[](https://github.com/jupyter-lsp/jupyterlab-lsp/actions?query=workflow%3ACI+branch%3Amaster)
[](https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-python/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-r/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-julia/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
**[Installation](#installation) | [Configuring](./docs/Configuring.ipynb) | [Changelog](./CHANGELOG.md) | [Roadmap](./docs/Roadmap.ipynb) | [Contributing](./CONTRIBUTING.md) | [Extending](./docs/Extending.ipynb)**
## Features
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages][language-servers].
### Hover
Hover over any piece of code; if an underline appears, you can press <kbd>Ctrl</kbd>
to get a tooltip with function/class signature, module documentation or any other
piece of information that the language server provides

### Diagnostics
Critical errors have red underline, warnings are orange, etc. Hover
over the underlined code to see a more detailed message

### Jump to Definition and References
Use the context menu entry, or <kbd>Alt</kbd> + :computer_mouse: to jump to definitions/references (you can change it to <kbd>Ctrl</kbd>/<kbd>⌘</kbd> in settings); use <kbd>Alt</kbd> + <kbd>o</kbd> to jump back.

### Highlight References
Place your cursor on a variable, function, etc and all the usages will be highlighted
### Automatic Completion and Continuous Hinting
- Certain characters, for example '.' (dot) in Python, will automatically trigger
completion.
- You can choose to receive the completion suggestions as you type by enabling `continuousHinting` setting.

### Automatic Signature Suggestions
Function signatures will automatically be displayed

### Kernel-less Autocompletion
Advanced static-analysis autocompletion without a running kernel

#### The runtime kernel suggestions are still there
When a kernel is available the suggestions from the kernel (such as keys of a
dict and columns of a DataFrame) are merged with the suggestions
from the Language Server (in notebook).
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
You can deactivate the kernel suggestions by adding `"Kernel"` to the `disableCompletionsFrom` in the `completion` section
of _Advanced Settings_. Alternatively if you _only_ want kernel completions you can add `"LSP"` to the same
setting; Or add both if you like to code in hardcore mode and get no completions, or if another provider has been added.
### Rename
Rename variables, functions and more, in both: notebooks and the file editor.
Use the context menu option or the <kbd>F2</kbd> shortcut to invoke.

### Diagnostics panel
Sort and jump between the diagnostics using the diagnostics panel.
Open it searching for "Show diagnostics panel" in JupyterLab commands palette or from the context menu.
Use context menu on rows in the panel to filter out diagnostics or copy their message.

## Prerequisites
You will need to have both of the following installed:
- JupyterLab >=3.6.0,<4.0.0a0
- Python 3.8+
In addition, if you wish to use javascript, html, markdown or any other NodeJS-based language server you will need to have appropriate NodeJS version installed.
> Note: Installation for JupyterLab 2.x requires a different procedure, please consult the documentation for the extension [version 2.x][version 2.x docs].
## Installation
> For more extensive installation instructions, see the [documentation][installation-documentation].
For the current stable version, the following steps are recommended.
Use of a python `virtualenv` or a conda env is also recommended.
1. install python 3
```bash
conda install -c conda-forge python=3
```
1. install JupyterLab and the extensions
```bash
conda install -c conda-forge 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
# or
pip install 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
```
> Note: `jupyterlab-lsp` provides both the server extension and the lab extension.
> Note: With conda, you could take advantage of the bundles: `jupyter-lsp-python`
> or `jupyter-lsp-r` to install both the server extension and the language server.
1. install LSP servers for languages of your choice; for example, for Python
([pylsp](https://github.com/python-lsp/python-lsp-server)) and
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:
```bash
pip install 'python-lsp-server[all]'
R -e 'install.packages("languageserver")'
```
or from `conda-forge`
```bash
conda install -c conda-forge python-lsp-server r-languageserver
```
Please see our full list of
[supported language servers][language-servers]
which includes installation hints for the common package managers (npm/pip/conda).
In general, any LSP server from the
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
should work after [some additional configuration](./CONTRIBUTING.md#specs).
Note: it is worth visiting the repository of each server you install as
many provide additional configuration options.
1. Restart JupyterLab
If JupyterLab is running when you installed the extension, a restart is required
for the server extension and any language servers to be recognized by JupyterLab.
1. (Optional, IPython users only) to improve the performance of autocompletion,
disable Jedi in IPython (the LSP servers for Python use Jedi too).
You can do that temporarily with:
```ipython
%config Completer.use_jedi = False
```
or permanently by setting `c.Completer.use_jedi = False` in your
[`ipython_config.py` file](https://ipython.readthedocs.io/en/stable/config/intro.html?highlight=ipython_config.py#systemwide-configuration).
1. (Optional, Linux/OSX-only) As a security measure by default Jupyter server only allows
access to files under the Jupyter root directory (the place where you launch the Jupyter server).
Thus, in order to allow `jupyterlab-lsp` to navigate to external files such as packages
installed system-wide or to libraries inside a virtual environment (`conda`,
`pip`, ...) this access control mechanism needs to be circumvented: inside your Jupyter
root directory create a symlink named _.lsp_symlink_ pointing to your system root `/`.
```
ln -s / .lsp_symlink
```
As this symlink is a hidden file the Jupyter server must be instructed to
serve hidden files. Either use the appropriate command line flag:
```
jupyter lab --ContentsManager.allow_hidden=True
```
or, alternatively, set the corresponding setting inside your `jupyter_server_config.py`.
Help in implementing a custom [`ContentsManager`](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/850)
which will enable navigating to external files without the symlink is welcome.
### Configuring the servers
Server configurations can be edited using the Advanced Settings editor in JupyterLab (_Settings > Advanced Settings Editor_). For settings specific to each server, please see the [table of language servers][language-servers]. Example settings might include:
> Note: for the new (currently recommended) python-lsp-server replace `pyls` occurrences with `pylsp`
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls.plugins.pydocstyle.enabled": true,
"pyls.plugins.pyflakes.enabled": false,
"pyls.plugins.flake8.enabled": true
}
},
"r-languageserver": {
"serverSettings": {
"r.lsp.debug": false,
"r.lsp.diagnostics": false
}
}
}
}
```
The `serverSettings` key specifies the configurations sent to the language servers. These can be written using stringified dot accessors like above (in the VSCode style), or as nested JSON objects, e.g.:
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls": {
"plugins": {
"pydocstyle": {
"enabled": true
},
"pyflakes": {
"enabled": false
},
"flake8": {
"enabled": true
}
}
}
}
}
}
}
```
#### Other configuration methods
Some language servers, such as `pyls`, provide other configuration methods _in addition_ to language-server configuration messages (accessed using the Advanced Settings Editor). For example, `pyls` allows users to configure the server using a local configuration file. You can change the inspection/diagnostics for server plugins like `pycodestyle` there.
The exact configuration details will vary between operating systems (please see the [configuration section of pycodestyle documentation](https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration)), but as an example, on Linux you would simply need to create a file called `~/.config/pycodestyle`, which may look like that:
```cfg
[pycodestyle]
ignore = E402, E703
max-line-length = 120
```
In the example above:
- ignoring E402 allows imports which are not on the very top of the file,
- ignoring E703 allows terminating semicolon (useful for matplotlib plots),
- the maximal allowed line length is increased to 120.
After changing the configuration you may need to restart the JupyterLab, and please be advised that the errors in configuration may prevent the servers from functioning properly.
Again, please do check the pycodestyle documentation for specific error codes, and check the configuration of other feature providers and language servers as needed.
## Acknowledgements
This would not be possible without the fantastic initial work at
[wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).
[language-servers]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
[installation-documentation]: https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html
[version 2.x docs]: https://jupyterlab-lsp.readthedocs.io/en/2.x/Installation.html
%package -n python3-jupyterlab-lsp
Summary: Coding assistance for JupyterLab with Language Server Protocol
Provides: python-jupyterlab-lsp
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-jupyterlab-lsp
# Language Server Protocol integration for Jupyter(Lab)
[](https://github.com/jupyter-lsp/jupyterlab-lsp/actions?query=workflow%3ACI+branch%3Amaster)
[](https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-python/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-r/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-julia/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
**[Installation](#installation) | [Configuring](./docs/Configuring.ipynb) | [Changelog](./CHANGELOG.md) | [Roadmap](./docs/Roadmap.ipynb) | [Contributing](./CONTRIBUTING.md) | [Extending](./docs/Extending.ipynb)**
## Features
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages][language-servers].
### Hover
Hover over any piece of code; if an underline appears, you can press <kbd>Ctrl</kbd>
to get a tooltip with function/class signature, module documentation or any other
piece of information that the language server provides

### Diagnostics
Critical errors have red underline, warnings are orange, etc. Hover
over the underlined code to see a more detailed message

### Jump to Definition and References
Use the context menu entry, or <kbd>Alt</kbd> + :computer_mouse: to jump to definitions/references (you can change it to <kbd>Ctrl</kbd>/<kbd>⌘</kbd> in settings); use <kbd>Alt</kbd> + <kbd>o</kbd> to jump back.

### Highlight References
Place your cursor on a variable, function, etc and all the usages will be highlighted
### Automatic Completion and Continuous Hinting
- Certain characters, for example '.' (dot) in Python, will automatically trigger
completion.
- You can choose to receive the completion suggestions as you type by enabling `continuousHinting` setting.

### Automatic Signature Suggestions
Function signatures will automatically be displayed

### Kernel-less Autocompletion
Advanced static-analysis autocompletion without a running kernel

#### The runtime kernel suggestions are still there
When a kernel is available the suggestions from the kernel (such as keys of a
dict and columns of a DataFrame) are merged with the suggestions
from the Language Server (in notebook).
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
You can deactivate the kernel suggestions by adding `"Kernel"` to the `disableCompletionsFrom` in the `completion` section
of _Advanced Settings_. Alternatively if you _only_ want kernel completions you can add `"LSP"` to the same
setting; Or add both if you like to code in hardcore mode and get no completions, or if another provider has been added.
### Rename
Rename variables, functions and more, in both: notebooks and the file editor.
Use the context menu option or the <kbd>F2</kbd> shortcut to invoke.

### Diagnostics panel
Sort and jump between the diagnostics using the diagnostics panel.
Open it searching for "Show diagnostics panel" in JupyterLab commands palette or from the context menu.
Use context menu on rows in the panel to filter out diagnostics or copy their message.

## Prerequisites
You will need to have both of the following installed:
- JupyterLab >=3.6.0,<4.0.0a0
- Python 3.8+
In addition, if you wish to use javascript, html, markdown or any other NodeJS-based language server you will need to have appropriate NodeJS version installed.
> Note: Installation for JupyterLab 2.x requires a different procedure, please consult the documentation for the extension [version 2.x][version 2.x docs].
## Installation
> For more extensive installation instructions, see the [documentation][installation-documentation].
For the current stable version, the following steps are recommended.
Use of a python `virtualenv` or a conda env is also recommended.
1. install python 3
```bash
conda install -c conda-forge python=3
```
1. install JupyterLab and the extensions
```bash
conda install -c conda-forge 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
# or
pip install 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
```
> Note: `jupyterlab-lsp` provides both the server extension and the lab extension.
> Note: With conda, you could take advantage of the bundles: `jupyter-lsp-python`
> or `jupyter-lsp-r` to install both the server extension and the language server.
1. install LSP servers for languages of your choice; for example, for Python
([pylsp](https://github.com/python-lsp/python-lsp-server)) and
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:
```bash
pip install 'python-lsp-server[all]'
R -e 'install.packages("languageserver")'
```
or from `conda-forge`
```bash
conda install -c conda-forge python-lsp-server r-languageserver
```
Please see our full list of
[supported language servers][language-servers]
which includes installation hints for the common package managers (npm/pip/conda).
In general, any LSP server from the
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
should work after [some additional configuration](./CONTRIBUTING.md#specs).
Note: it is worth visiting the repository of each server you install as
many provide additional configuration options.
1. Restart JupyterLab
If JupyterLab is running when you installed the extension, a restart is required
for the server extension and any language servers to be recognized by JupyterLab.
1. (Optional, IPython users only) to improve the performance of autocompletion,
disable Jedi in IPython (the LSP servers for Python use Jedi too).
You can do that temporarily with:
```ipython
%config Completer.use_jedi = False
```
or permanently by setting `c.Completer.use_jedi = False` in your
[`ipython_config.py` file](https://ipython.readthedocs.io/en/stable/config/intro.html?highlight=ipython_config.py#systemwide-configuration).
1. (Optional, Linux/OSX-only) As a security measure by default Jupyter server only allows
access to files under the Jupyter root directory (the place where you launch the Jupyter server).
Thus, in order to allow `jupyterlab-lsp` to navigate to external files such as packages
installed system-wide or to libraries inside a virtual environment (`conda`,
`pip`, ...) this access control mechanism needs to be circumvented: inside your Jupyter
root directory create a symlink named _.lsp_symlink_ pointing to your system root `/`.
```
ln -s / .lsp_symlink
```
As this symlink is a hidden file the Jupyter server must be instructed to
serve hidden files. Either use the appropriate command line flag:
```
jupyter lab --ContentsManager.allow_hidden=True
```
or, alternatively, set the corresponding setting inside your `jupyter_server_config.py`.
Help in implementing a custom [`ContentsManager`](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/850)
which will enable navigating to external files without the symlink is welcome.
### Configuring the servers
Server configurations can be edited using the Advanced Settings editor in JupyterLab (_Settings > Advanced Settings Editor_). For settings specific to each server, please see the [table of language servers][language-servers]. Example settings might include:
> Note: for the new (currently recommended) python-lsp-server replace `pyls` occurrences with `pylsp`
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls.plugins.pydocstyle.enabled": true,
"pyls.plugins.pyflakes.enabled": false,
"pyls.plugins.flake8.enabled": true
}
},
"r-languageserver": {
"serverSettings": {
"r.lsp.debug": false,
"r.lsp.diagnostics": false
}
}
}
}
```
The `serverSettings` key specifies the configurations sent to the language servers. These can be written using stringified dot accessors like above (in the VSCode style), or as nested JSON objects, e.g.:
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls": {
"plugins": {
"pydocstyle": {
"enabled": true
},
"pyflakes": {
"enabled": false
},
"flake8": {
"enabled": true
}
}
}
}
}
}
}
```
#### Other configuration methods
Some language servers, such as `pyls`, provide other configuration methods _in addition_ to language-server configuration messages (accessed using the Advanced Settings Editor). For example, `pyls` allows users to configure the server using a local configuration file. You can change the inspection/diagnostics for server plugins like `pycodestyle` there.
The exact configuration details will vary between operating systems (please see the [configuration section of pycodestyle documentation](https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration)), but as an example, on Linux you would simply need to create a file called `~/.config/pycodestyle`, which may look like that:
```cfg
[pycodestyle]
ignore = E402, E703
max-line-length = 120
```
In the example above:
- ignoring E402 allows imports which are not on the very top of the file,
- ignoring E703 allows terminating semicolon (useful for matplotlib plots),
- the maximal allowed line length is increased to 120.
After changing the configuration you may need to restart the JupyterLab, and please be advised that the errors in configuration may prevent the servers from functioning properly.
Again, please do check the pycodestyle documentation for specific error codes, and check the configuration of other feature providers and language servers as needed.
## Acknowledgements
This would not be possible without the fantastic initial work at
[wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).
[language-servers]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
[installation-documentation]: https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html
[version 2.x docs]: https://jupyterlab-lsp.readthedocs.io/en/2.x/Installation.html
%package help
Summary: Development documents and examples for jupyterlab-lsp
Provides: python3-jupyterlab-lsp-doc
%description help
# Language Server Protocol integration for Jupyter(Lab)
[](https://github.com/jupyter-lsp/jupyterlab-lsp/actions?query=workflow%3ACI+branch%3Amaster)
[](https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-python/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-r/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/demo-julia/main?urlpath=lab)
[](https://mybinder.org/v2/gh/jupyter-lsp/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb)
**[Installation](#installation) | [Configuring](./docs/Configuring.ipynb) | [Changelog](./CHANGELOG.md) | [Roadmap](./docs/Roadmap.ipynb) | [Contributing](./CONTRIBUTING.md) | [Extending](./docs/Extending.ipynb)**
## Features
> Examples show Python code, but most features also work in R, bash, typescript, and [many other languages][language-servers].
### Hover
Hover over any piece of code; if an underline appears, you can press <kbd>Ctrl</kbd>
to get a tooltip with function/class signature, module documentation or any other
piece of information that the language server provides

### Diagnostics
Critical errors have red underline, warnings are orange, etc. Hover
over the underlined code to see a more detailed message

### Jump to Definition and References
Use the context menu entry, or <kbd>Alt</kbd> + :computer_mouse: to jump to definitions/references (you can change it to <kbd>Ctrl</kbd>/<kbd>⌘</kbd> in settings); use <kbd>Alt</kbd> + <kbd>o</kbd> to jump back.

### Highlight References
Place your cursor on a variable, function, etc and all the usages will be highlighted
### Automatic Completion and Continuous Hinting
- Certain characters, for example '.' (dot) in Python, will automatically trigger
completion.
- You can choose to receive the completion suggestions as you type by enabling `continuousHinting` setting.

### Automatic Signature Suggestions
Function signatures will automatically be displayed

### Kernel-less Autocompletion
Advanced static-analysis autocompletion without a running kernel

#### The runtime kernel suggestions are still there
When a kernel is available the suggestions from the kernel (such as keys of a
dict and columns of a DataFrame) are merged with the suggestions
from the Language Server (in notebook).
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
You can deactivate the kernel suggestions by adding `"Kernel"` to the `disableCompletionsFrom` in the `completion` section
of _Advanced Settings_. Alternatively if you _only_ want kernel completions you can add `"LSP"` to the same
setting; Or add both if you like to code in hardcore mode and get no completions, or if another provider has been added.
### Rename
Rename variables, functions and more, in both: notebooks and the file editor.
Use the context menu option or the <kbd>F2</kbd> shortcut to invoke.

### Diagnostics panel
Sort and jump between the diagnostics using the diagnostics panel.
Open it searching for "Show diagnostics panel" in JupyterLab commands palette or from the context menu.
Use context menu on rows in the panel to filter out diagnostics or copy their message.

## Prerequisites
You will need to have both of the following installed:
- JupyterLab >=3.6.0,<4.0.0a0
- Python 3.8+
In addition, if you wish to use javascript, html, markdown or any other NodeJS-based language server you will need to have appropriate NodeJS version installed.
> Note: Installation for JupyterLab 2.x requires a different procedure, please consult the documentation for the extension [version 2.x][version 2.x docs].
## Installation
> For more extensive installation instructions, see the [documentation][installation-documentation].
For the current stable version, the following steps are recommended.
Use of a python `virtualenv` or a conda env is also recommended.
1. install python 3
```bash
conda install -c conda-forge python=3
```
1. install JupyterLab and the extensions
```bash
conda install -c conda-forge 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
# or
pip install 'jupyterlab>=3.0.0,<4.0.0a0' jupyterlab-lsp
```
> Note: `jupyterlab-lsp` provides both the server extension and the lab extension.
> Note: With conda, you could take advantage of the bundles: `jupyter-lsp-python`
> or `jupyter-lsp-r` to install both the server extension and the language server.
1. install LSP servers for languages of your choice; for example, for Python
([pylsp](https://github.com/python-lsp/python-lsp-server)) and
R ([languageserver](https://github.com/REditorSupport/languageserver)) servers:
```bash
pip install 'python-lsp-server[all]'
R -e 'install.packages("languageserver")'
```
or from `conda-forge`
```bash
conda install -c conda-forge python-lsp-server r-languageserver
```
Please see our full list of
[supported language servers][language-servers]
which includes installation hints for the common package managers (npm/pip/conda).
In general, any LSP server from the
[Microsoft list](https://microsoft.github.io/language-server-protocol/implementors/servers/)
should work after [some additional configuration](./CONTRIBUTING.md#specs).
Note: it is worth visiting the repository of each server you install as
many provide additional configuration options.
1. Restart JupyterLab
If JupyterLab is running when you installed the extension, a restart is required
for the server extension and any language servers to be recognized by JupyterLab.
1. (Optional, IPython users only) to improve the performance of autocompletion,
disable Jedi in IPython (the LSP servers for Python use Jedi too).
You can do that temporarily with:
```ipython
%config Completer.use_jedi = False
```
or permanently by setting `c.Completer.use_jedi = False` in your
[`ipython_config.py` file](https://ipython.readthedocs.io/en/stable/config/intro.html?highlight=ipython_config.py#systemwide-configuration).
1. (Optional, Linux/OSX-only) As a security measure by default Jupyter server only allows
access to files under the Jupyter root directory (the place where you launch the Jupyter server).
Thus, in order to allow `jupyterlab-lsp` to navigate to external files such as packages
installed system-wide or to libraries inside a virtual environment (`conda`,
`pip`, ...) this access control mechanism needs to be circumvented: inside your Jupyter
root directory create a symlink named _.lsp_symlink_ pointing to your system root `/`.
```
ln -s / .lsp_symlink
```
As this symlink is a hidden file the Jupyter server must be instructed to
serve hidden files. Either use the appropriate command line flag:
```
jupyter lab --ContentsManager.allow_hidden=True
```
or, alternatively, set the corresponding setting inside your `jupyter_server_config.py`.
Help in implementing a custom [`ContentsManager`](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/850)
which will enable navigating to external files without the symlink is welcome.
### Configuring the servers
Server configurations can be edited using the Advanced Settings editor in JupyterLab (_Settings > Advanced Settings Editor_). For settings specific to each server, please see the [table of language servers][language-servers]. Example settings might include:
> Note: for the new (currently recommended) python-lsp-server replace `pyls` occurrences with `pylsp`
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls.plugins.pydocstyle.enabled": true,
"pyls.plugins.pyflakes.enabled": false,
"pyls.plugins.flake8.enabled": true
}
},
"r-languageserver": {
"serverSettings": {
"r.lsp.debug": false,
"r.lsp.diagnostics": false
}
}
}
}
```
The `serverSettings` key specifies the configurations sent to the language servers. These can be written using stringified dot accessors like above (in the VSCode style), or as nested JSON objects, e.g.:
```json
{
"language_servers": {
"pyls": {
"serverSettings": {
"pyls": {
"plugins": {
"pydocstyle": {
"enabled": true
},
"pyflakes": {
"enabled": false
},
"flake8": {
"enabled": true
}
}
}
}
}
}
}
```
#### Other configuration methods
Some language servers, such as `pyls`, provide other configuration methods _in addition_ to language-server configuration messages (accessed using the Advanced Settings Editor). For example, `pyls` allows users to configure the server using a local configuration file. You can change the inspection/diagnostics for server plugins like `pycodestyle` there.
The exact configuration details will vary between operating systems (please see the [configuration section of pycodestyle documentation](https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration)), but as an example, on Linux you would simply need to create a file called `~/.config/pycodestyle`, which may look like that:
```cfg
[pycodestyle]
ignore = E402, E703
max-line-length = 120
```
In the example above:
- ignoring E402 allows imports which are not on the very top of the file,
- ignoring E703 allows terminating semicolon (useful for matplotlib plots),
- the maximal allowed line length is increased to 120.
After changing the configuration you may need to restart the JupyterLab, and please be advised that the errors in configuration may prevent the servers from functioning properly.
Again, please do check the pycodestyle documentation for specific error codes, and check the configuration of other feature providers and language servers as needed.
## Acknowledgements
This would not be possible without the fantastic initial work at
[wylieconlon/lsp-editor-adapter](https://github.com/wylieconlon/lsp-editor-adapter).
[language-servers]: https://jupyterlab-lsp.readthedocs.io/en/latest/Language%20Servers.html
[installation-documentation]: https://jupyterlab-lsp.readthedocs.io/en/latest/Installation.html
[version 2.x docs]: https://jupyterlab-lsp.readthedocs.io/en/2.x/Installation.html
%prep
%autosetup -n jupyterlab-lsp-4.0.1
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-jupyterlab-lsp -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1
- Package Spec generated
|