Published
Edited
Dec 28, 2018
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
const a = rs.fromIterable([1, 2, 3]);
const b = rs.fromIterable([10, 20, 30]);
a.transform(tx.map(x => x * 10), "x10");
rs.merge({ src: [a, b] }).subscribe(rs.trace());

return dot`${rsd.toDot(rsd.walk([a, b]))}`;
}
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