File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Launcher icons for proxied applications
4
4
5
5
## Prerequisites
6
6
7
- - JupyterLab >=2,<3
7
+ - JupyterLab >=2,<4
8
8
9
9
## Installation
10
10
20
20
conda install jupyter-server-proxy
21
21
```
22
22
23
- As a _ prebuilt_ extension, it will "just work," and requires not
23
+ > As a _ prebuilt_ extension, it will "just work," only a simple page reload should be required
24
+ > to see launcher items. However, a full restart of ` jupyter_server ` or ` notebook ` is required
25
+ > to reload the ` jupyter_server_proxy ` serverextension which provides most of the functionality.
24
26
25
27
### JupyterLab 2
26
28
27
- For JupyterLab 2, ensure ` nodejs ` is installed, and run:
29
+ For JupyterLab 2, ensure ` nodejs ` is installed and available on ` $PATH ` and run:
28
30
29
31
``` bash
30
32
jupyter labextension install @jupyterlab/server-proxy
31
33
```
34
+
35
+ > This will cause:
36
+ >
37
+ > - a download of a great deal of build assets from ` npmjs.org `
38
+ > - a large ` webpack ` build that may exhaust memory and open files handles
39
+ >
40
+ > ** Please** consider upgrading to JupyterLab 3 before reporting issues.
You can’t perform that action at this time.
0 commit comments