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: part-tools/04-scripts-notebooks.qmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,18 @@ Let's look at a terminal window for each operating system for a minute and exami
59
59
60
60
The default terminal on Windows is `cmd.exe`.
61
61
62
-

62
+
{fig-alt="Screenshot of a windows terminal."}
63
63
64
64
Many people dislike `cmd.exe` and prefer to install PowerShell, which is a more fully featured terminal program.
65
-

65
+
{fig-alt="Screenshot of a PowerShell terminal on windows"}
66
66
67
67
#### {{< fa brands apple >}} Mac
68
68
69
-

69
+
{fig-alt="Screenshot of a mac terminal"}
70
70
71
71
#### {{< fa brands linux >}} Linux
72
72
73
-

73
+
{fig-alt="screenshot of a linux terminal"}
74
74
75
75
:::
76
76
@@ -100,7 +100,7 @@ Open your system terminal and type `R`. Hit enter. You can issue commands direc
100
100
101
101
Try typing in `2+2` and hit enter.
102
102
103
-

103
+
{fig-alt="Launching R from the system terminal screenshot. Gif shows R being typed in at the prompt, hitting enter, and seeing the R startup message."}
104
104
105
105
106
106
#### Python - System Terminal
@@ -110,15 +110,15 @@ Open your system terminal and type `python` (on some systems, like mine, you may
110
110
111
111
Try typing in `2+2` and hit enter.
112
112
113
-

113
+
{fig-alt="Gif of launching python from the system terminal. Shows typing python, getting an error message, typing python3, and getting the ipython prompt."}
114
114
115
115
#### RStudio - R
116
116
117
117
Open RStudio and navigate to the Console tab. You can issue commands directly to R by typing something in at the `>` prompt.
118
118
119
119
Try typing in `2+2` and hit enter.
120
120
121
-

121
+
{fig-alt="Screenshot of the Rstudio window and typing 2+2 in the R console."}
0 commit comments