chebpy/chebpy

View on GitHub
docs/build.sh

Summary

Maintainability
Test Coverage
for nb in *.ipynb
do
    jupyter nbconvert --to pdf --execute $nb
done