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/hello/positron.qmd
+4-20Lines changed: 4 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: "Tutorial: Hello, Quarto"
3
-
tool: positron
4
-
css: positron.css
3
+
css: ../positron.css
5
4
editor_options:
6
5
markdown:
7
6
wrap: sentence
@@ -10,22 +9,7 @@ editor_options:
10
9
11
10
{{< include ../_tool-chooser.md >}}
12
11
13
-
:::{.callout-tip}
14
-
15
-
# R or Python?
16
-
17
-
You can work through this tutorial using R or Python code examples.
18
-
Select your preferred language:
19
-
20
-
::: {.panel-tabset group="language"}
21
-
22
-
## R
23
-
24
-
## Python
25
-
26
-
:::
27
-
28
-
:::
12
+
{{< include ../_language-chooser.md >}}
29
13
30
14
## Overview
31
15
@@ -257,11 +241,11 @@ Positron executes the code in the Console and displays the results.
257
241
258
242
## R
259
243
260
-
{fig-alt="A Positron session with `hello.qmd` open in the Editor. An orange box highlights the button 'RunCell' above a code cell with the label `plot-penguins`. The Console shows an executed line of code ending in `theme_minimal()` and the Plots pane shows a scatterplot of penguin flipper and bill length." fig-align="center"}
244
+
{.column-page-right fig-alt="A Positron session with `hello.qmd` open in the Editor. An orange box highlights the button 'RunCell' above a code cell with the label `plot-penguins`. The Console shows an executed line of code ending in `theme_minimal()` and the Plots pane shows a scatterplot of penguin flipper and bill length." fig-align="center"}
261
245
262
246
## Python
263
247
264
-
{fig-alt="A Positron session with `hello.qmd` open in the Editor. An orange box highlights the button 'RunCell' above a code cell with the label `plot-penguins`. The Console shows an executed line of code ending in `theme_minimal()` and the Plots pane shows a scatterplot of penguin flipper and bill length." fig-align="center"}
248
+
{.column-page-right fig-alt="A Positron session with `hello.qmd` open in the Editor. An orange box highlights the button 'RunCell' above a code cell with the label `plot-penguins`. The Console shows an executed line of code ending in `theme_minimal()` and the Plots pane shows a scatterplot of penguin flipper and bill length." fig-align="center"}
0 commit comments