Skip to content

Commit 66b21f0

Browse files
authored
Merge pull request #478 from imcovangent/patch-1
Fixed jlpm to jupyter in bash command
2 parents 23dde35 + c8a0626 commit 66b21f0

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
@@ -41,7 +41,7 @@ cd jupyter-server-proxy
4141
# Install package in development mode, with the latest Jupyter clients
4242
pip install -e ".[test,lab]"
4343
# Link your development version of the extension with JupyterLab and Notebook
44-
jlpm labextension develop --overwrite .
44+
jupyter labextension develop --overwrite .
4545
# Server extension must be manually installed in develop mode
4646
jupyter server extension enable jupyter_server_proxy
4747
```

0 commit comments

Comments
 (0)