File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
128
128
R ([ languageserver] ( https://github.com/REditorSupport/languageserver ) ) servers:
129
129
130
130
``` bash
131
- # note: you may want to use our fork of python-language-server instead (see below)
132
131
pip install ' python-lsp-server[all]'
133
132
R -e ' install.packages("languageserver")'
134
133
```
@@ -164,8 +163,6 @@ Use of a python `virtualenv` or a conda env is also recommended.
164
163
165
164
or permanently by setting ` c.Completer.use_jedi = False ` in your
166
165
[ ` ipython_config.py ` file] ( https://ipython.readthedocs.io/en/stable/config/intro.html?highlight=ipython_config.py#systemwide-configuration ) .
167
- You will also benefit from using experimental version of python-language-server
168
- as described in the Note 2 (above).
169
166
170
167
1 . (Optional, Linux/OSX-only) to enable opening files outside of the root
171
168
directory (the place where you start JupyterLab), create ` .lsp_symlink ` and
You can’t perform that action at this time.
0 commit comments