Skip to content
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

[execution_dependencies] conditional execution [feature request] #1395

Open
2 tasks
casperdcl opened this issue Feb 8, 2019 · 1 comment
Open
2 tasks

[execution_dependencies] conditional execution [feature request] #1395

casperdcl opened this issue Feb 8, 2019 · 1 comment

Comments

@casperdcl
Copy link
Contributor

related to #1193 -> #1213

add options to only execute dependents:

  • once per kernel execution
  • if modified since they were last executed
@casperdcl casperdcl changed the title conditional execution_dependencies feature request [execution_dependencies] conditional execution [feature request] Feb 8, 2019
@Alexis-Prel
Copy link

Alexis-Prel commented Nov 2, 2019

Hi, just a comment : I believe this is a great idea but should be on a cell-by-cell basis (for example by applying a lazy tag on it). Consider the following examples:

a += 1
import time
t = time.time()

The user might or might not want to re-run these every time regardless of the cell modification status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants