Public
Edited
Nov 3, 2023
Insert cell
Insert cell
Insert cell
htl.html`
<style>
svg.the-plot {
background: #111111;
}

svg text {
color: white
}
</style>
`
Insert cell
jovian_data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
jovian_data = {
let data = await FileAttachment("jovian_data.csv").csv({typed: true})
data.forEach(d => {
d.id_string = d.id_string.toString()
d.r_dist = Math.sqrt(Math.pow(d.x, 2) + Math.pow(d.y, 2))
})
return data
}
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