Will Buttons work as well? #27
-
I followed Connor wonderful tutorial (https://cotangent.dev/how-to-publish-pluto-jl-notebooks-online-interactively/) and tried Pluto's sample file PlutoUI. It turns out that Out of curiosity: Is this intentional? Screening the MIT course, I also found no example of a Button being used. Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @frankhuettner ! It was not intentional to break the Button, this is a result of our caching: https://www.youtube.com/watch?v=QZ3xlKm92tk The Button sends the same value every time, so the result is cached, and further clicks have no effect. A fix would be JuliaPluto/PlutoUI.jl#38 |
Beta Was this translation helpful? Give feedback.
Hi @frankhuettner ! It was not intentional to break the Button, this is a result of our caching: https://www.youtube.com/watch?v=QZ3xlKm92tk The Button sends the same value every time, so the result is cached, and further clicks have no effect.
A fix would be JuliaPluto/PlutoUI.jl#38