12 lines
220 B
Text
12 lines
220 B
Text
---
|
|
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
|
|
```
|