Papermill - BKJackson/BKJackson_Wiki GitHub Wiki
Papermill usage examples
Mining Fractals with Datashader - The authors test multiple attractor function parameters using papermill.
$ papermill fractal.ipynb output.ipynb -p c 1.2 -p d -1.2 -p e 0.4 -p f -0.4
See their notebook Creating Fractals through attractor functions on github.