Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.32 KB

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>"""