Public
Edited
Sep 23, 2022
Importers
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
function getParamValue(param) {
var urlParams = new URLSearchParams(window.location.search);
if (!urlParams.has(param)) return null

var isEncoded = urlParams.get(ENCODE_PARAM) != null

var value = urlParams.get(param)
value = decodeFromUrl(value, isEncoded)

return value
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
encodeForUrl("appPdjAAIF7vQVVQ9", true)
Insert cell
decodeFromUrl("YXBwUGRqQUFJRjd2UVZWUTk=", true)
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