Platform
Resources
Pricing
Sign in
Get started
Maarten van Meersbergen
Workspace
Fork
Published
By
Maarten van Meersbergen
Edited
Fork of
FRB detection visualization with zoom
Insert cell
Insert cell
Insert cell
Insert cell
DOM
.
download
(
json_serialize
(
eval_data
)
,
"evaluation_data.json"
,
"Download JSON"
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// eval_data = Files.text(eval_file).then(t => JSON.parse(t))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function
json_serialize
(
data
)
{
let
s
=
JSON
.
stringify
(
data
)
;
return
new
Blob
(
[
s
]
,
{
type
:
"application/json"
}
)
}
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.
Try it for free
Learn more