Published
Edited
Sep 22, 2021
Insert cell
Insert cell
Insert cell
viewof choix = Inputs.select(["A", "B", "C"], { label: "Choisir une valeur", value: "B" })
Insert cell
choix
Insert cell
Insert cell
viewof choix_multiple = Inputs.select(["A", "B", "C"], { label: "Choisir une valeur", value: "B", multiple: true })
Insert cell
choix_multiple
Insert cell
Insert cell
viewof radio = Inputs.radio(["Oui", "Non"], { label: "Est-ce que cela fonctionne ?", value: "Oui"})
Insert cell
radio
Insert cell
Insert cell
table = [{A: 1, B: 2}, {A: 2, C: 3}, {A:4, B: "bonjour", C: 123456}]
Insert cell
Inputs.table(table)
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more