Skip to content

Commit c1d9162

Browse files
committed
Add screenshots for code-line-numbers
1 parent 988517d commit c1d9162

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
126 KB
Loading
129 KB
Loading

docs/get-started/computations/positron.qmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,18 @@ ggplot(mpg, aes(x = hwy, y = cty, color = cyl)) +
276276
```
277277
:::
278278
279+
:::{.panel-tabset group="language"}
280+
281+
## R
282+
283+
![](images/positron-code-line-numbers-r.png){.border fig-alt="Part of a rendered Quarto document with the title Quarto Computations. The document contains a code cell that has been expanded and shows line numbers."}
284+
285+
## Python
286+
287+
![](images/positron-code-line-numbers-python.png){.border fig-alt="Part of a rendered Quarto document with the title Quarto Computations. The document contains a code cell that has been expanded and shows line numbers."}
288+
289+
:::
290+
279291
The options available for code cells depend on the engine used to execute the code cells.
280292
You can read more about how Quarto chooses an engine in [Engine Binding](/docs/computations/execution-options.qmd#engine-binding).
281293

0 commit comments

Comments
 (0)