Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliapluto/plutolinks.jl
Simple reactive utilities
https://github.com/juliapluto/plutolinks.jl
Last synced: about 1 month ago
JSON representation
Simple reactive utilities
- Host: GitHub
- URL: https://github.com/juliapluto/plutolinks.jl
- Owner: JuliaPluto
- License: unlicense
- Created: 2021-11-25T17:41:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T09:46:22.000Z (11 months ago)
- Last Synced: 2024-08-12T14:53:08.068Z (5 months ago)
- Language: Julia
- Homepage: https://juliapluto.github.io/PlutoLinks.jl/docs/index.html
- Size: 744 KB
- Stars: 34
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlutoLinks.jl
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliapluto.github.io/PlutoLinks.jl/docs/index.html)
This package contains a set of utilities built using [PlutoHooks.jl](https://github.com/JuliaPluto/PlutoHooks.jl).
- `@revise`: Watch a local package and update the cell when the package source changes.
See below for more information.
- `@use_task`: Run a process and relay it's output to the rest of your notebook.
- `@use_file`: Watch a file and reload the content when it changes.
- `@ingredients`: Watch a Julia file and automatically run the dependent cells when the code changes.
- `@use_debounce`: Wait for a variable value to stabilize before updating its output.
- `@use_process` and `@use_process_output`: to run a process asynchronously and restart it when the calling cell is explicitely run.