extension-examples
extension-examples copied to clipboard
Perhaps add clarification on the distinction between "python -m pip install -e ." and "jupyter labextension develop . --overwrite"
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