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.
Increase the width of the Pluto Notebook
html"""<style> main { max-width: 1400px; } </style>"""