Notebooks 2.0 is here.

Published
Edited
Oct 13, 2021
Importers
Insert cell
md`# trex test`
Insert cell
Insert cell
{ // need to bind this with click
new rex.Runner('.interstitial-wrapper');
document.onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 32) {
var box = document.getElementById("messageBox");
box.style.visibility="hidden";
}
};
}
Insert cell
function showPopUpWindow(type) {
console.log("pop up window", type)
}
Insert cell
rex = import(await FileAttachment("rex_edit-6@1.js").url())
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