tidyverse / datascience-box

Data Science Course in a Box
https://datasciencebox.org
Other
966 stars 432 forks source link

Convert slides from xaringan to Quarto revealjs #154

Open mine-cetinkaya-rundel opened 3 months ago

mine-cetinkaya-rundel commented 3 months ago

Might also consider making code cells interactive with webR.

mine-cetinkaya-rundel commented 3 months ago

Useful steps:

Then anything with columns is tedious but manual (is what I've found).

tracykteal commented 2 months ago

New YAML can be

---
title: "Title text!"
subtitle: "<br><br> Data Science in a Box"
author: "[datasciencebox.org](https://datasciencebox.org/)"
format:
  revealjs:
    css: ["../xaringan-themer.css", "../slides.css"]
    highlight-style: a11y
    slide-number: true
    footer: "https://datasciencebox.org"
---