Open
Description
The documentation states: The general workflow when using papermill is parameterizing a notebook, executing it, as well as storing the results. In addition to operating on a single notebook, papermill also works on a collection of notebooks.
How would one execute a collection of notebooks?
Are they executed in series?
Is papermill thread safe such that I can execute multiple via a thread pool?
Thank you