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 cde3093 commit 64bbd9dCopy full SHA for 64bbd9d
.binder/postBuild
@@ -9,18 +9,13 @@ pushd js
9
jlpm --ignore-optional
10
popd
11
12
-# install and validate python environment
+# build distribution
13
python setup.py sdist
14
15
pushd dist
16
-python -m pip install -v pythreejs*.tar.gz --no-deps
+python -m pip install -v pythreejs*.tar.gz --no-deps --ignore-installed
17
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
@@ -29,3 +24,4 @@ popd
29
# validate extensions
30
jupyter nbextension list
31
jupyter labextension list
27
+python -m pip check || echo "uh oh"
0 commit comments