File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
" - runs in your `notebook` web application on your server to handle requests from\n " ,
58
58
" the browser to _language servers_\n " ,
59
59
" - to run, you need:\n " ,
60
- " - `python >=3.5 `\n " ,
60
+ " - `python >=3.6 `\n " ,
61
61
" - `notebook >=4.3`\n " ,
62
62
" \n " ,
63
63
" #### `jupyterlab-lsp`\n " ,
64
64
" \n " ,
65
65
" - runs in your browser, as an extension to JupyterLab\n " ,
66
66
" - to install it, you need:\n " ,
67
- " - `nodejs >8 `\n " ,
67
+ " - `nodejs >=12 `\n " ,
68
68
" - `jupyterlab {REQUIRED_JUPYTERLAB}`\n " ,
69
69
" \n " ,
70
70
" #### Language Servers\n " ,
313
313
},
314
314
"nbformat" : 4 ,
315
315
"nbformat_minor" : 4
316
- }
316
+ }
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = jupyter-lsp
3
- description = Multi-Language Server WebSocket proxy for Jupyter notebook or lab server for Python 3.5 +.
3
+ description = Multi-Language Server WebSocket proxy for Jupyter notebook or lab server for Python 3.6 +.
4
4
long_description = file: ./py_src/jupyter_lsp/README.md
5
5
long_description_content_type = text/markdown
6
6
url = https://github.com/krassowski/jupyterlab-lsp
You can’t perform that action at this time.
0 commit comments