File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ # jlpm in JupyterLab 2 and 3 is yarn 1, and this is a yarn 1 compatible
2+ # configuration file.
3+ #
4+ # Config reference: https://classic.yarnpkg.com/lang/en/docs/yarnrc/
5+ #
16disable-self-update-check true
27ignore-optional true
38network-timeout "300000"
Original file line number Diff line number Diff line change 1+ # jlpm in JupyterLab 4 is yarn 3, and this is a yarn 2+ compatible configuration
2+ # file.
3+ #
4+ # Config reference: https://yarnpkg.com/configuration/yarnrc
5+ #
16nodeLinker : node-modules
27httpTimeout : 300000
38npmRegistryServer : " https://registry.npmjs.org/"
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,<4
10+ - JupyterLab >=2,<5
1111
1212## Installation
1313
14- For JupyterLab 3, use your preferred Python package manager to install ` jupyter-server-proxy ` :
14+ For JupyterLab 3+ , use your preferred Python package manager to install ` jupyter-server-proxy ` :
1515
1616``` bash
1717pip install jupyter-server-proxy
@@ -40,4 +40,4 @@ jupyter labextension install @jupyterhub/jupyter-server-proxy
4040> - a download of a great deal of build assets from ` npmjs.org `
4141> - a large ` webpack ` build that may exhaust memory and open files handles
4242>
43- > ** Please** consider upgrading to JupyterLab 3 before reporting issues.
43+ > ** Please** consider upgrading to JupyterLab 3+ before reporting issues.
You can’t perform that action at this time.
0 commit comments