Public
Edited
Apr 20, 2023
Insert cell
Insert cell
twOutput = FileAttachment("tw-output@2.json").json()
Insert cell
twString = twOutput.join("")
Insert cell
Inputs.textarea({ value: twString })
Insert cell
snString = sanitizeHtml(fromRepo, {
allowedTags: []
})
Insert cell
Inputs.textarea({ value: snString })
Insert cell
fromRepo = (await FileAttachment("asdf.json").json()).rendered
Insert cell
Insert cell
viewof input = Inputs.textarea()
Insert cell
sanitizedInput = sanitizeHtml(input)
Insert cell
sanitizedInput.indexOf("Elbow")
Insert cell
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.
Learn more