diff --git a/binder/postBuild b/binder/postBuild index cb53f24..a3fad76 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -3,6 +3,7 @@ pip install . # copy notebooks mv notebooks/*.ipynb . +cp -r tests/static . rm -rf notebooks # clean up