We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9bb65 commit cde3093Copy full SHA for cde3093
.binder/postBuild
@@ -11,10 +11,16 @@ popd
11
12
# install and validate python environment
13
python setup.py sdist
14
-python -m pip install -v dist/pythreejs*.tar.gz --no-deps
15
-python -m pip install -e .[test,examples,docs]
+
+pushd dist
16
+python -m pip install -v pythreejs*.tar.gz --no-deps
17
+popd
18
19
python -m pip check || echo "uh oh"
20
21
+# ensure labextension is linked
22
+jupyter labextension develop . --overwrite
23
24
# build docs
25
pushd docs
26
make html
.gitignore
@@ -35,4 +35,5 @@ docs/source/examples/img
35
36
js/lab-dist
37
js/package-lock.json
38
+js/yarn.lock
39
pythreejs/labextension
0 commit comments