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

add local var force_eval #228

Closed
tlienart opened this issue Jul 12, 2023 · 1 comment
Closed

add local var force_eval #228

tlienart opened this issue Jul 12, 2023 · 1 comment

Comments

@tlienart
Copy link
Owner

following #227 ; can also add a page var so that a user can do

+++
force_eval = true
+++

```!
a = 5
```

```!
b = 7
a + b
```

```!
a = 10
```

and this will work as if the first cell was forced (so that every cell gets re-evaluated every time).

should be documented in line with #227

@tlienart
Copy link
Owner Author

tlienart commented Jul 17, 2023

there is already ignore_cache that does this, adding force_eval_all as an alias (there was already reeval which is legacy)

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

No branches or pull requests

1 participant