Published
Edited
Oct 4, 2021
Fork of Normal Table
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
d3 = require('d3@5')
Insert cell
jStat = require('jStat')
Insert cell
Insert cell
// katex = require('katex@0.11.1/dist/katex.min.js')
Insert cell
// katex_style = html`<link rel=stylesheet href=${await require.resolve(
// 'katex@0.11.1/dist/katex.css'
// )}>`
Insert cell
tippy = require("https://unpkg.com/tippy.js@2.5.4/dist/tippy.all.min.js")
Insert cell
tippy_style = html`<link rel=stylesheet href=${await require.resolve(
'https://unpkg.com/browse/tippy.js@2.5.4/dist/tippy.css'
)}>`
Insert cell
html`<style>
table {
cursor: default
}`
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