Published
Edited
Jan 8, 2021
1 fork
Insert cell
Insert cell
RiTa = require('rita@2.0.29/dist/rita-web.js').catch(() => window["RiTa"])
Insert cell
{
let sample = `curvy line from bottom to top. circle at the top. straight line from the center to the left. rectangle at the bottom.`
let rm = new RiTa.Markov(2)
rm.addText(sample)
return rm.generate(10)
}
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