Public
Edited
Apr 26, 2023
Insert cell
Insert cell
Insert cell
Insert cell
p5WithSound = require("p5").then(async (p5) => {
// newer versions of p5 sound don't work with es6 modules
await require("p5@0.9.0/lib/addons/p5.sound.min.js");
return p5;
})
Insert cell
require('p5@1.6.0/lib/addons/p5.sound.min.js')
Insert cell
require("p5@0.9.0/lib/addons/p5.sound.min.js");
Insert cell
Insert cell
p5Setch
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