Public
Edited
Nov 12
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Ceci est une cellule
Insert cell
Insert cell
# Bonjour les **amis**
Insert cell
Voici du texte en *italic* ou en __gras__ avec un [lien](https://observablehq.com/).
Insert cell
Insert cell
Insert cell
c = \pm\sqrt{a^2 + b^2}
Insert cell
Insert cell
<div>Ceci est du texte surligné en <span style="background-color:tomato; color:white">rouge</span>.</div>
Insert cell
Insert cell
<canvas id="myCanvas" width="100" height ="100" style="border:1px
solid #000000; background-color: steelblue;"></canvas>
Insert cell
Insert cell
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100px" height="100px" fill="#F2CD3B" stroke="#06000C" />
</svg>
Insert cell
Insert cell
a = 30
Insert cell
b = 46
Insert cell
c = a + b
Insert cell
x = {
let val1 = 8;
let val2 = 7;
return val1 * val2;
}
Insert cell
function sum(a, b) {
return a + b;
}
Insert cell
sum(10, 30)
Insert cell
multi = (a, b) => a * b
Insert cell
multi(3, 8)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
e * d
Insert cell
d = 2
Insert cell
e = 20
Insert cell
Insert cell
Insert cell
Insert cell
viewof date = Inputs.date({label: "Date", value: "2023-09-28"})
Insert cell
viewof select = Inputs.select(["carto", "SIG", "Jazz", "Classique"], {
label: "Ma musique"
})
Insert cell
Insert cell
Insert cell
Insert cell
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg">
<circle cx=50 cy=50 r=50 fill="#4ab58c"/>
</svg>
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<svg viewBox="0 0 1000 100" xmlns="http://www.w3.org/2000/svg">
<circle cx=${position} cy=50 r=${radius} fill="${color}"/>
</svg>
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
premiermai
Insert cell
Insert cell
Insert cell
dicopal = require("dicopal")
Insert cell
dicopal.getPaletteProviders()
Insert cell
dicopal.getRawData("colorbrewer")
Insert cell
pal = dicopal.getColors("Sunset", 7)
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
import { disclaimer } from "d41fbc44e11a58e6"
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