We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c4484 commit 74d38aeCopy full SHA for 74d38ae
1 file changed
binder/postBuild
@@ -17,4 +17,6 @@ jupyter nbextension enable spellchecker/main
17
git config --global user.email "ipeirotis@gmail.com"
18
git config --global user.name "Panos Ipeirotis"
19
20
-nbstripout --install --attributes .gitattributes
+# Install nbstripout on git and clean the notebooks
21
+nbstripout --install --attributes .gitattributes
22
+nbstripout notes/*.ipynb
0 commit comments