Published
Edited
May 7, 2021
Importers
1 star
Insert cell
Insert cell
game = {
const game = new Chess();
// Vienna Game opening
game.move("e4");
game.move("e5");
game.move("Nc3");
return game;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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