-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ability to only run / ignore specific cells #17
Comments
Hi, I am trying to build this feature for quite some time. If You could answer some of the queries that will be helpful.
|
@merrcury Thanks for helping on this. Here's my thought process,
Hope that helps think through this better. |
@amit1rrr Frontend Extensions seems to be the right path for the For the jupyter version, I guess I'll want to add support for both versions as some online Notebooks like Azure Notebooks(supports jupyter extensions) is available in classic Jupyter. |
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.The text was updated successfully, but these errors were encountered: