Published
Edited
Jun 1, 2020
Importers
4 stars
Insert cell
Insert cell
seedrandom = require("seedrandom@3")
Insert cell
random = seedrandom("a seed")
Insert cell
random()
Insert cell
Insert cell
d3 = require("d3-random@2")
Insert cell
randomNormal = d3.randomNormal.source(seedrandom("another seed"))(0, 1)
Insert cell
randomNormal()
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