Open
Description
Executing entire notebook is a "good" CI practice. But it's not always feasible or required (some cells can take hours to run). It would be good to offer an ability to only run specific cells or exclude specific cells. Which cells to run / ignore can be specified with tags.
This whole partial execution can be wrapped as a new treon cmdline flag (e.g. treon --partial
). We'd still want the standard mode to execute complete notebooks top to bottom.