Add quarto project
This commit is contained in:
parent
95b3829d04
commit
f10e442435
3 changed files with 14 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@ wheels/
|
||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
|
/.quarto/
|
||||||
|
|
|
||||||
5
_quarto.yml
Normal file
5
_quarto.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
project:
|
||||||
|
title: "Popcorn analysis"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
7
popcorn.qmd
Normal file
7
popcorn.qmd
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Popcorn analysis"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Quarto
|
||||||
|
|
||||||
|
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue