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

Commit f7a8234

Browse files
committed
Binder: try install from PyPI for faster setup
1 parent 8b07552 commit f7a8234

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

binder/postBuild

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
#!/bin/bash
22

3-
# Build wheel
4-
python setup.py bdist_wheel
5-
6-
# Show build packages
7-
ls dist/
8-
9-
# Install wheel
10-
pip install dist/jupyter_dash-*.whl
11-
12-
# List installed packages
13-
pip list
14-
153
# Rebuild JupyterLab to include jupyterlab-dash extension
164
jupyter lab build

binder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
-r ../requirements-dev.txt
33
pandas
44
numpy
5+
jupyter-dash

0 commit comments

Comments
 (0)