Published
Edited
Dec 14, 2019
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
publishedStyle = html`<link href="https://unpkg.com/css-observable@latest/index.css" rel="stylesheet">`
Insert cell
Insert cell
style = html`<style>
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR&display=swap");

body {
font-family: "Noto Serif KR", serif;
/*
https://jrgraphix.net/research/unicode_blocks.php
Hangul Jamo - U+1100-11FF
Hangul Compatibility Jamo - U+3130-318F
Hangul Syllables - U+AC00-D7AF
*/
unicode-range: U+1100-11FF, U+3130-318F, U+AC00-D7AF;
}
</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