Public
Edited
Dec 22, 2022
1 fork
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
oeuvresMac
Insert cell
artistesMac
Insert cell
dbArtistesMAC = DuckDBClient.of({
artistes: FileAttachment("artistes-mac.json")
})
Insert cell
dbOeuvresMAC1 = DuckDBClient.of({
oeuvres: FileAttachment("oeuvres-mac.json")
})
Insert cell
Insert cell
expositions = evenementsMAC.filter(d => d.categorie.startsWith("Exposition")).filter(d => d.categorie != "Exposition virtuelle")
Insert cell
categoriesEvenements = new Set(toutesCategories)
Insert cell
toutesCategories = evenementsMAC.map( d => d.categorie)
Insert cell
evenementsMAC = FileAttachment("artworks_2022-12-14.json").json()
Insert cell
import {oeuvresMac} from "9672f0ddecee73e3"
Insert cell
import {artistesMac} from "9672f0ddecee73e3"
Insert cell
_a30df11e83_k = FileAttachment("27862389343_a30df11e83_k.jpg").image()
Insert cell
Insert cell
jaune = "#fddb00"
Insert cell
gris = "#c7b8bd"
Insert cell
bordeau = "#AA244F"
Insert cell
noir = "#000007"
Insert cell
couleursvalentine = FileAttachment("couleursValentine.png").image()
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