Published
Edited
Mar 19, 2019
Fork of Tweet
Insert cell
Insert cell
tweet("993222403663675392")
Insert cell
Insert cell
async function tweet(id, options) {
const div = document.createElement("DIV");
await twttr.widgets.createTweet(id, div, options);
return div;
}
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