Skip to content

Commit

Permalink
Fixed jlpm to jupyter in bash command
Browse files Browse the repository at this point in the history
Fixed command to link your development version of the extension with JupyterLab and Notebook
  • Loading branch information
imcovangent authored Jun 15, 2024
1 parent 23dde35 commit c8a0626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd jupyter-server-proxy
# Install package in development mode, with the latest Jupyter clients
pip install -e ".[test,lab]"
# Link your development version of the extension with JupyterLab and Notebook
jlpm labextension develop --overwrite .
jupyter labextension develop --overwrite .
# Server extension must be manually installed in develop mode
jupyter server extension enable jupyter_server_proxy
```
Expand Down

0 comments on commit c8a0626

Please sign in to comment.