name mode size
adaptive 040000
.gitattributes 100644 29B
.gitignore 100644 1.05kB
LICENSE 100644 1.52kB
README.md 100644 449B
learner.ipynb 100644 12.41kB
requirements.txt 100644 36B
setup.py 100644 676B
README.md
# Tools for adaptive parallel evaluation of functions ## Development In order to not pollute the history with the output of the notebooks, please setup the git filter by executing ``` git config filter.nbclearoutput.clean "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --ClearOutputPreprocessor.remove_metadata_fields='[\"deletable\", \"editable\", \"collapsed\", \"scrolled\"]' --stdin --stdout" ``` in the repository.