Public
Edited
Apr 24, 2023
Insert cell
Insert cell
html`
<script src="https://www.unpkg.com/@open-spatial-lab/slider@latest/dist/Slider.js" />
`
Insert cell
html`
<script src="https://www.unpkg.com/@open-spatial-lab/slider@latest/dist/Slider.js" />
<dexter-slider></dexter-slider>
`
Insert cell
class CustomObject {
numbers(){
return [1,2,3]
}

get numbers2(){
return [1,2,3,4]
}
}
Insert cell
coolObject= new CustomObject()
Insert cell
coolObject.numbers()
Insert cell
coolObject.numbers2
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