Published
Edited
Nov 6, 2020
1 fork
Insert cell
Insert cell
Insert cell
viewof data_file = html`<input id='fileInput' type=file accept="application/json">`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getFilteredResults = () => {
let filtered_results = parse_results.filter(result => result.outputs.length > 0)
return filtered_results
}
Insert cell
Insert cell
Insert cell
embed = require("vega-embed@6.13")
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