Published
Edited
Jan 31, 2022
Importers
Insert cell
Insert cell
Insert cell
viewof selected_compet = html`${compets}`
Insert cell
viewof selected_run = html`${runs}`
Insert cell
selected_run
Insert cell
compets = {
return select({
title: "Compétitions",
description: "Selectionnez une competition.",
options: competitions.map((d) => d.name),
value: "2021_CF_Montpellier"
});
}
Insert cell
runs = {
return select({
title: "Courses",
description: "Selectionnez une course.",
options: courses.map((d) => d.name),
value: "2021_Montpellier_freestyle_hommes_50_FinaleA"
});
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
folder_courses = courses_extractor(url, selected_compet)
Insert cell
courses = folder_courses.filter((d) => d.type == "directory")
Insert cell
Insert cell
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