Published
Edited
May 9, 2020
2 stars
Insert cell
Insert cell
apifunction = "https://www.wolframcloud.com/obj/6c6d2f10-05de-4cf8-9951-6ae93ac9b7f8"
Insert cell
input1 = "FourierTransform sin(x^2)"
Insert cell
url1 = apifunction + "?x=" + input1
Insert cell
fourier1 = (await fetch(url1)).json()
Insert cell
Insert cell
input2 = "FourierTransform sin(x times 2)"
Insert cell
url2 = apifunction + "?x=" + input2
Insert cell
fourier2 = (await fetch(url2)).json()
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