Public
Edited
Dec 15, 2022
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
image = (n) => {
return `https://avatars..com/api/open-peeps/${seed}.svg`
}
Insert cell
mutable seed = d3.utcDay() // today date as seed
Insert cell
Insert cell
Insert cell
import {authorArray} from "@eesur/epaper-quotes-for-2022"
Insert cell
import {quoteArray} from "@eesur/epaper-quotes-for-2022"
Insert cell
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">

<style>
img {
width: 450px;
position: absolute;
bottom: 0;
}
.quote {
font-family: 'Space Mono', monospace;
position: absolute;
font-size: 48px;
left: 460px;
top: 100px;
color: #6b2e63;
}
</style>

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