-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpython.qmd
44 lines (37 loc) · 1020 Bytes
/
python.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "Reproducible Quarto Document"
format: html
engine: jupyter
references:
- id: canouil_jointly_2018
author:
- family: Canouil
given: Mickaël
- family: Balkau
given: Beverley
- family: Roussel
given: Ronan
- family: Froguel
given: Philippe
- family: Rocheleau
given: Ghislain
container-title: Frontiers in Genetics
doi: 10.3389/fgene.2018.00210
issued: 2018
title: "Jointly Modelling Single Nucleotide Polymorphisms With
Longitudinal and Time-to-Event Trait: An Application to Type 2
Diabetes and Fasting Plasma Glucose"
type: article-journal
journal-title: "Frontiers in Genetics*"
---
This is a reproducible Quarto document with references [@canouil_jointly_2018].
```{python}
import matplotlib.pyplot as plt
x = [1, 2, 3, 4, 5]
y = [1, 4, 9, 16, 25]
plt.plot(x, y)
plt.show()
```
![An image]({{< placeholder 600 400 >}}){#fig-placeholder}
{{< lipsum 1 >}}
The end after @fig-placeholder.