Closed nehamoopen closed 6 months ago
Figured it out! This code chunk works with Xaringan slides:
{r embed-xaringan-1, echo=FALSE}
xaringanExtra::embed_xaringan(url = "../slides/slides_introduction.html", ratio = "4:3")
It's pushed to the quarto-test
branch now. A few notes:
Yet to do:
to-be-deleted
) and figure out how the exercises
fit into the bookIn all, work in progress, but the basics seem to work :)
refer to the python workshop as a basis: https://github.com/UtrechtUniversity/workshop-introduction-to-python
keep the following structure:
book
directory to contain all the Quarto book filesdocs
directory to contain the rendered Quarto book files in HTMLslides
directory to contain both the Rmd & HTML files for the slidesdocs
folder may become redundant - but let's make a start here.test locally with a minimal example:
main
and remove all the content except forindex.qmd
and one book chapter (perhapsproject setup
) and the corresponding slides...