We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc49bd6 commit 9e6c402Copy full SHA for 9e6c402
README.md
@@ -78,8 +78,8 @@ Use context menu on rows in the panel to filter out diagnostics or copy their me
78
You will need to have all of the following installed:
79
80
- JupyterLab >=2.2.0,<3.0.0a0
81
-- Python 3.5+
82
-- nodejs 10+
+- Python 3.6+
+- nodejs 12+
83
84
## Installation
85
py_src/jupyter_lsp/README.md
@@ -1,7 +1,7 @@
1
# jupyter-lsp
2
3
Multi-[Language Server][language-server] WebSocket proxy for your Jupyter
4
-`notebook` or `lab` server. For Python 3.5+.
+`notebook` or `lab` server. For Python 3.6+.
5
6
> See the parent of this repository,
7
> [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) for the
0 commit comments