Force Re-Evaluation of Kino.SmartCell #1309
-
Is there a way to re-evaluate a Kino.SmartCell programmatically without needing to re-evaluate the cell manually? I've tried returning a frame in a smart cell, then using I'm hoping to create an animation smart cell that can control the animation (interval, content, etc) without needing to re-evaluate the entire cell. I'm also open to alternative solutions and would appreciate any suggestions :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the Kino VegaLite smart cell automatically reevalutes on change, is this what you are looking for? https://github.com/livebook-dev/kino_vega_lite/blob/main/lib/kino_vega_lite/chart_cell.ex#L57 |
Beta Was this translation helpful? Give feedback.
I believe the Kino VegaLite smart cell automatically reevalutes on change, is this what you are looking for? https://github.com/livebook-dev/kino_vega_lite/blob/main/lib/kino_vega_lite/chart_cell.ex#L57