Skip to content

Commit 3579f6e

Browse files
author
mahendrapaipuri
committed
Minor update to contributing doc
1 parent 9602442 commit 3579f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone https://github.com/jupyterhub/jupyter-server-proxy.git
1616
cd jupyter-server-proxy
1717
# Install package in development mode
1818
pip install -e ".[test]"
19-
# Link your development version of the extension with JupyterLab
19+
# Link your development version of the extension with JupyterLab (only for JupyterLab 3)
2020
jupyter labextension develop --overwrite .
2121
# Server extension must be manually installed in develop mode
2222
jupyter server extension enable jupyter_server_proxy

0 commit comments

Comments
 (0)