Skip to content

Commit a6b67ab

Browse files
committed
need to run labextension develop in js
1 parent 4bffb96 commit a6b67ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.binder/postBuild

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jlpm build:bundles
77
jlpm build:all
88
popd
99

10-
python -m pip install -e . --no-deps --ignore-installed
10+
python -m pip install -vv -e . --no-deps --ignore-installed
1111
python -m pip check
1212

1313
# install labextension
14+
pushd js
1415
jupyter labextension develop . --overwrite
16+
popd
1517

1618
# validate
1719
jupyter nbextension list

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ npm run clean
7474
### Symlink the JupyterLab 3 federated extension
7575

7676
```bash
77+
cd js
7778
jupyter labextension develop . --overwrite
7879
```
7980

0 commit comments

Comments
 (0)