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

Commit 743909f

Browse files
committed
Binder updates
1 parent 220b4b0 commit 743909f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

binder/postBuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
# Build wheel
44
python setup.py bdist_wheel
55

6+
# Show build packages
7+
ls dist/
8+
69
# Install wheel
710
pip install dist/jupyter-dash-*.whl
811

12+
# List installed packages
13+
pip list
14+
915
# Rebuild JupyterLab to include jupyterlab-dash extension
1016
jupyter lab build

0 commit comments

Comments
 (0)