Skip to content

JuliaPluto/PlutoUI.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlutoUI.jl

Documentation Run with binder

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.