Published
Edited
Jan 30, 2022
1 fork
Importers
10 stars
Insert cell
Insert cell
Insert cell
viewof input = Inputs.range()
Insert cell
Insert cell
mutable value = '🤷'
Insert cell
side_effect_mutable = (mutable value = input)
Insert cell
Insert cell
output = html`<output>🤷`
Insert cell
side_effect_dom = (output.value = input)
Insert cell
Insert cell
import {
viewof input as input2,
value as value2,
output as output2,
side_effect_mutable as side_effect_mutable2,
side_effect_dom as side_effect_dom2,
} from '@mootari/cell-side-effects'
Insert cell
Insert cell
side_effect_mutable2
Insert cell
side_effect_dom2
Insert cell
Insert cell
viewof input2
Insert cell
value2
Insert cell
output2
Insert cell
Insert cell
import {
viewof input as input3,
value as value3,
output as output3,
// Pin an older version to force a new module. You can read more about it at the end of this section.
} from '@mootari/cell-side-effects@207'
Insert cell
Insert cell
viewof input3
Insert cell
value3
Insert cell
output3
Insert cell
Insert cell
import {value as value4} from '@mootari/cell-side-effects'
Insert cell
Insert cell
value4
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more