You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to dynamically change block labels or options, either via WEAVE_ARGS or by including the evaluation of code block option in the mod/sandbox scope. As far as I understand, evaluating dynamic code block options is not currently possible, but please correct me if I'm mistaken.
The use-case I have in mind is labelling output images.
```julia; label="$(WEAVE_ARGS.group)"
plot(
x = rand(9),
y = rand(9),
Geom.point
)
Evaluation the code block options in the mod/sandbox scope, may be a step towards evaluating blocks in loop.
The text was updated successfully, but these errors were encountered:
It would be useful to dynamically change block labels or options, either via
WEAVE_ARGS
or by including the evaluation of code block option in the mod/sandbox scope. As far as I understand, evaluating dynamic code block options is not currently possible, but please correct me if I'm mistaken.The use-case I have in mind is labelling output images.
Evaluation the code block options in the mod/sandbox scope, may be a step towards evaluating blocks in loop.
The text was updated successfully, but these errors were encountered: