You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### How is the adoption of Git around the world from the last 5 years till now?
15
+
16
+
17
+
- We can see that the adoption increase across the world since 202 till 2025
18
+
19
+
info at https://innovationgraph.github.com/
20
+
21
+
22
+
### How many "statisticians in healthcare" use Git.
23
+
24
+
25
+
26
+
## Running Code
27
+
28
+
When you click the **Render** button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
29
+
30
+
```{python}
31
+
1 + 1
32
+
```
33
+
34
+
You can add options to executable code like this
35
+
36
+
```{python}
37
+
#| echo: false
38
+
2 * 2
39
+
```
40
+
41
+
The `echo: false` option disables the printing of code (only output is displayed).
0 commit comments