Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fe4f35b

Browse files
committed
binder update
1 parent b0d9793 commit fe4f35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ python setup.py bdist_wheel
77
ls dist/
88

99
# Install wheel
10-
python -m pip install dist/jupyter_dash-*.whl
10+
pip install dist/jupyter_dash-*.whl
1111

1212
# List installed packages
13-
python -m pip list
13+
pip list
1414

1515
# Rebuild JupyterLab to include jupyterlab-dash extension
1616
jupyter lab build

0 commit comments

Comments
 (0)