name mode size
adaptive 040000
.gitattributes 100644 29B
.gitignore 100644 1.05kB
LICENSE 100644 1.52kB
Learner-parallel-plotter.ipynb 100644 3.26kB
Learner-timing.ipynb 100644 1.57kB
Learner-widgets.ipynb 100644 2.99kB
README.md 100644 449B
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.