Skip to content

Commit 4e73321

Browse files
committed
docs: update readme, jupyterlab 3 is now required
1 parent da9c3ab commit 4e73321

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

labextension/README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ configured server processes managed by the python package `jupyter-server-proxy`
77

88
## Prerequisites
99

10-
- JupyterLab >=2,<5
10+
- JupyterLab >=3,<5
1111

1212
## Installation
1313

14-
For JupyterLab 3+, use your preferred Python package manager to install `jupyter-server-proxy`:
14+
Use your preferred Python package manager to install `jupyter-server-proxy`:
1515

1616
```bash
1717
pip install jupyter-server-proxy
@@ -26,18 +26,3 @@ conda install jupyter-server-proxy
2626
> As a _prebuilt_ extension, it will "just work," only a simple page reload should be required
2727
> to see launcher items. However, a full restart of `jupyter_server` or `notebook` is required
2828
> to reload the `jupyter_server_proxy` serverextension which provides most of the functionality.
29-
30-
### JupyterLab 2
31-
32-
For JupyterLab 2, ensure `nodejs` is installed and available on `$PATH` and run:
33-
34-
```bash
35-
jupyter labextension install @jupyterhub/jupyter-server-proxy
36-
```
37-
38-
> This will cause:
39-
>
40-
> - a download of a great deal of build assets from `npmjs.org`
41-
> - a large `webpack` build that may exhaust memory and open files handles
42-
>
43-
> **Please** consider upgrading to JupyterLab 3+ before reporting issues.

0 commit comments

Comments
 (0)