We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
there is already ignore_cache that does this, adding force_eval_all as an alias (there was already reeval which is legacy)
ignore_cache
force_eval_all
reeval
Sorry, something went wrong.
5b47847
No branches or pull requests
following #227 ; can also add a page var so that a user can do
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
The text was updated successfully, but these errors were encountered: