Published
Edited
Oct 30, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
fahToCel = f => (f - 32) * 5 / 9
Insert cell
celToFah = c => c * 9 / 5 + 32
Insert cell
fah$ = Rx.Observable.fromEvent(fah, "input").subscribe( e => cel.value = fahToCel(e.target.value) )
Insert cell
cel$ = Rx.Observable.fromEvent(cel, "input").subscribe( e => fah.value = celToFah(e.target.value) )
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