JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link
interactive javascript julia pluto-notebooks written-in-pluto

PlutoUI.jl

Documentation [Run with binder](https://featured.plutojl.org/basic/plutoui.jl?preamble_html=%0A%3Cscript%3E%0ArequestIdleCallback(()%20%3D%3E%20window.start_binder())%0A%3C%2Fscript%3E%0A)

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.