We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bffb96 commit a6b67abCopy full SHA for a6b67ab
.binder/postBuild
@@ -7,11 +7,13 @@ jlpm build:bundles
7
jlpm build:all
8
popd
9
10
-python -m pip install -e . --no-deps --ignore-installed
+python -m pip install -vv -e . --no-deps --ignore-installed
11
python -m pip check
12
13
# install labextension
14
+pushd js
15
jupyter labextension develop . --overwrite
16
+popd
17
18
# validate
19
jupyter nbextension list
CONTRIBUTING.md
@@ -74,6 +74,7 @@ npm run clean
74
### Symlink the JupyterLab 3 federated extension
75
76
```bash
77
+cd js
78
79
```
80
0 commit comments