Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perhaps add clarification on the distinction between "python -m pip install -e ." and "jupyter labextension develop . --overwrite" #142

Open
adpatter opened this issue Feb 1, 2021 · 0 comments

Comments

@adpatter
Copy link
Contributor

adpatter commented Feb 1, 2021

It might be constructive to explain the distinction in the effects of pip install -e . and jupyter labextension develop . --overwrite.

# install the extension in editable mode
python -m pip install -e .

# install your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
@adpatter adpatter changed the title Perhaps add clarification on the purpose of "python -m pip install -e ." and "jupyter labextension develop . --overwrite" Perhaps add clarification on the distinction between "python -m pip install -e ." and "jupyter labextension develop . --overwrite" Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant