Open choldgraf opened 3 weeks ago
In JB1 there's support for per-notebook execution (c.f. https://jupyterbook.org/en/stable/content/execute.html#exclude-files-from-execution). We should allow opt-out on a per-notebook basis, in addition to a broader solution regarding execution strategies!
Currently it's possible to tag specific cells for skipping execution (with
skip-execution
) but there's not a way to do this for entire notebooks. It would be useful if this were possible either in page metadata, or in a list ofexclude
glob patterns inmyst.yml
.This is useful when you have: