Public
Edited
Oct 28, 2022
2 forks
20 stars
Insert cell
Insert cell
Insert cell
slides = {
var dom = html`<div style="height:${(width / 16) * 9}px; background:#333;">`;
var shadow = dom.shadowRoot || dom.attachShadow({ mode: 'open' });
var reveal = html`<div class="reveal">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/reveal.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/theme/black.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css">
<div class="slides">
${cover}
${title_slide}
${slide1}
${slide2}
<section data-background-color="#F9F0E7">
${chart}
</section>
${ihateit}
${r2js}
${slide3}
${slide4}
${slide5}
${slide6}
${slide7}
${conclusion}
${rjs}
${thank_you}
</div>
</div>`;
shadow.appendChild(reveal);
var deck = new Reveal(reveal, {
embedded: true
});
deck.initialize();
return dom;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more