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

Commit bd1c0f2

Browse files
committed
Binder updates
1 parent 18baca4 commit bd1c0f2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

binder/postBuild

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# Change directory to project root
4+
cd ..
5+
6+
# Install package from setup.py
7+
python setup.py install .
8+
9+
# Install classic notebook extension
10+
jupyter nbextension install --py jupyter_dash.nbextension --sys-prefix
11+
12+
# Install a JupyterLab extension
13+
jupyter labextension install jupyter_dash/labextension

binder/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
-r ../requirements.txt
22
-r ../requirements-dev.txt
3+
pandas
4+
numpy

0 commit comments

Comments
 (0)