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
Copy file name to clipboardExpand all lines: docs/get-started/computations/positron.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ css: ../positron.css
12
12
Quarto supports executable code cells within markdown.
13
13
This allows you to create fully reproducible documents and reports---the code required to produce your output is part of the document itself, and is automatically re-run whenever the document is rendered.
14
14
15
-
In this tutorial, we'll show you how to author fully reproducible computational documents with Quarto in Positron.
15
+
In this tutorial, you'll learn how to author fully reproducible computational documents with Quarto in Positron.
16
16
17
17
You'll learn how to:
18
18
@@ -469,7 +469,7 @@ len(mpg)
469
469
Preview the document again to see the output of your code cell.
470
470
471
471
This isn't a very pretty way to display the number of observations.
472
-
An alternative is to use inline code, which we'll cover next.
472
+
An alternative is to use inline code, which you'll cover next.
473
473
474
474
::: {.callout-tip}
475
475
@@ -517,7 +517,7 @@ To include executable expressions within markdown, enclose the expression in ``
517
517
518
518
:::
519
519
520
-
For example, we can use inline code to state the number of observations in our data.
520
+
For example, you can use inline code to state the number of observations in our data.
521
521
Try adding the following markdown text to your Quarto document.
0 commit comments