File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff 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
1717pip 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.
You can’t perform that action at this time.
0 commit comments