Public
Edited
Sep 19, 2023
Importers
Insert cell
Insert cell
deck = require.alias({
// optional dependencies
h3: {}
})('deck.gl@latest/dist.min.js')
Insert cell
luma = deck && window.luma
Insert cell
tmp_function = (arg) => {return 'something ' + arg}
Insert cell
ini_deckgl = (container) => {
return new deck.DeckGL({
container,
views: new deck.OrthographicView({controller: true}),
initialViewState: {target: [0, 0, 0], zoom: 0}
});
}
Insert cell
d3 = require("d3@5")
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