```{r}
library(reticulate)
```
quarto doc template
Quarto docs operate much the same way rmarkdown does.
```{python}
import numpy as np
```
```{python}
= np.random.rand(50,50)
a ```
```{r}
image(py$a)
```
Reuse
CC-BY-SA 4.0
Citation
BibTeX citation:
@online{doe2025,
author = {Doe, Robin},
title = {Quarto Doc Template},
series = {Linguistics Methods Hub},
date = {2025-09-01},
url = {https://lingmethodshub.github.io/content/contributing/template/01_qmd_template.html},
langid = {en}
}
For attribution, please cite this work as:
Doe, Robin. 2025, September 1. quarto doc template. Linguistics
Methods Hub. (https://lingmethodshub.github.io/content/contributing/template/01_qmd_template.html).