Public
Edited
Sep 22, 2023
Insert cell
Insert cell
ITINERARY_86_OL = [
{ type: "walk", minutes: 7 },
{ type: "trip", route: "86", fromStop: "2571", toStop: "29001" },
{ type: "transfer", minutes: 4 },
{ type: "trip", route: "Orange", fromStop: "70030", toStop: "70016" },
{ type: "walk", minutes: 6 }
]
Insert cell
ITINERARY_83_RL = [
{ type: "walk", minutes: 2 },
{ type: "trip", route: "83", fromStop: "2438", toStop: "2443" },
{ type: "transfer", minutes: 3 },
{ type: "trip", route: "Red", fromStop: "70069", toStop: "70075" },
{ type: "walk", minutes: 9 }
]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
doItinerary(ITINERARY_86_OL).then(renderResult)
Insert cell
doItinerary(ITINERARY_83_RL).then(renderResult)
Insert cell
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