Skip to content

Commit ea48d36

Browse files
committed
Update notebook and description in setup.cfg
1 parent 9e6c402 commit ea48d36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Installation.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"- runs in your `notebook` web application on your server to handle requests from\n",
5858
" the browser to _language servers_\n",
5959
"- to run, you need:\n",
60-
" - `python >=3.5`\n",
60+
" - `python >=3.6`\n",
6161
" - `notebook >=4.3`\n",
6262
"\n",
6363
"#### `jupyterlab-lsp`\n",
6464
"\n",
6565
"- runs in your browser, as an extension to JupyterLab\n",
6666
"- to install it, you need:\n",
67-
" - `nodejs >8`\n",
67+
" - `nodejs >=12`\n",
6868
" - `jupyterlab {REQUIRED_JUPYTERLAB}`\n",
6969
"\n",
7070
"#### Language Servers\n",
@@ -313,4 +313,4 @@
313313
},
314314
"nbformat": 4,
315315
"nbformat_minor": 4
316-
}
316+
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
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+.
44
long_description = file: ./py_src/jupyter_lsp/README.md
55
long_description_content_type = text/markdown
66
url = https://github.com/krassowski/jupyterlab-lsp

0 commit comments

Comments
 (0)