PlutoUI.jl
February 14, 2024 ยท View on GitHub

PlutoUI.jl
A small package with interactive elements to be used in Pluto.jl.
@bind x PlutoUI.Slider(1:100)
repeat("Hello ", x)
For documentation, read the PlutoUI.jl featured notebook.
February 14, 2024 ยท View on GitHub

A small package with interactive elements to be used in Pluto.jl.
@bind x PlutoUI.Slider(1:100)
repeat("Hello ", x)
For documentation, read the PlutoUI.jl featured notebook.