nteract / papermill

📚 Parameterize, execute, and analyze notebooks
http://papermill.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5.91k stars 425 forks source link

Support for partial execution #797

Open HealthyPear opened 4 months ago

HealthyPear commented 4 months ago

🚀 Feature

I do not know of this is already possible somehow.

Is it possible to launch papermill in a way that I can execute a notebook,

Motivation

I have some notebooks that, even if relatively short, perform operations that might benefit to be split such as defining a list of files to download and actually try to download them. I am trying to avoid having to split the notebooks further.