Published
Edited
Jun 2, 2022
1 fork
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
solution = fetch("https://sagecell.sagemath.org/service", {
method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
body: `code=

# https://doc.sagemath.org/pdf/en/reference/power_series/power_series.pdf
R.<x> = PowerSeriesRing(QQ, default_prec=12)
res = ${input}

print(res)`
}).then((d) => d.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