Public
Edited
Feb 24, 2022
2 forks
Insert cell
Insert cell
Insert cell
epibox.loginObservable()
Insert cell
Insert cell
Insert cell
Insert cell
iris = (
await epibox.get(`https://api.box.com/2.0/files/${file_id}/content`)
).json()
Insert cell
Plot.plot({
marks: [Plot.dot(iris, { x: "sepal_length", y: "petal_length" })]
})
Insert cell
viewof table = Inputs.table(iris, {})
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