resume/resume.qmd

13 lines
220 B
Plaintext
Raw Normal View History

2023-06-22 11:45:15 +00:00
---
title: "resume"
jupyter: python3
---
## Quarto
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
```{python}
1 + 1
```