-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow execution of specific notebooks to be skipped #1619
Comments
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! |
Do we have the bandwidth to expand the scope of this issue at the moment? I agree the settings object needs to go through an iteration to improve it. That could also happen after JB beta is out. |
Yes to refine, no to "do". I want to do enough refinement that the shape of the frontmatter (and other consequences) in this PR are compatible with those future changes. I anticipate this will not take too long. |
Ok - misunderstood that you were bringing those changes into scope to complete before/during this feature. Your proposal is making sure we are forward compatible with those proposed changes. Makes sense, thanks for clarifying. |
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:
The text was updated successfully, but these errors were encountered: