You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
It might be constructive to explain the distinction in the effects of
pip install -e .
andjupyter labextension develop . --overwrite
.The text was updated successfully, but these errors were encountered: