Published
Edited
Feb 7, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
height = 600
Insert cell
format = d3.format(".1%")
Insert cell
color = d3.scaleSequential([8, 0], d3.interpolateMagma)
Insert cell
d3 = require("d3@6")
Insert cell
import { slider } from "@jashkenas/inputs"
Insert cell
default_settings = `
{
"proportion_of_matches": 0.4,
"comparison_columns": [
{
"col_name": "first_name",
"m_probabilities": [ 0.25, 0.75],
"u_probabilities": [ 0.9, 0.1 ],
"gamma_value": 1
},
{
"col_name": "surname",
"m_probabilities": [ 0.2, 0.8],
"u_probabilities": [ 0.8, 0.2],
"gamma_value": 0
}
]
}
`
Insert cell
import { textarea } from "@robinl/inputs"
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