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

Commit 220b4b0

Browse files
committed
Build wheel and pip install from wheel
1 parent 9e3675e commit 220b4b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

binder/postBuild

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
# Install package from setup.py
4-
python setup.py install
3+
# Build wheel
4+
python setup.py bdist_wheel
55

6-
# Install classic notebook extension
7-
jupyter nbextension install --py jupyter_dash --sys-prefix
6+
# Install wheel
7+
pip install dist/jupyter-dash-*.whl
88

9-
# Install a JupyterLab extension
10-
jupyter labextension install extensions/jupyterlab
9+
# Rebuild JupyterLab to include jupyterlab-dash extension
10+
jupyter lab build

0 commit comments

Comments
 (0)