Skip to content

jolin-io/JolinPluto.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JolinPluto

Dev Build Status

Welcome to our small collection of utility functions for Pluto.jl running on cloud.jolin.io.

Here a few highlights

utility description
@output_below makes the output follow below the input
@repeat_run runs an expr again and again and again
@repeat_take! takes the next element from a channel, again and again and again
@repeat_at runs an expr at a specified next time, again and again and again
@Channel Pluto-friendly wrapper around standard Base.Channel
Setter, @get easy interface to create custom reactivity

For more details see the documentation.

Other common Pluto helpers

Increase the width of the Pluto Notebook

html"""<style> main { max-width: 1400px; } </style>"""

Releases

No releases published

Packages

No packages published

Languages