Skip to content

Commit 8031c7d

Browse files
minor polish
1 parent 3337dc3 commit 8031c7d

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

source/setup.Rmd

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ multiple operating systems (Ubuntu Linux, MacOS, and Windows).
2020
Although the instructions in this chapter will likely work on many systems,
2121
we have specifically verified that they work on a computer that:
2222

23-
- runs one of the following operating systems:
24-
- Ubuntu 22.04
25-
- macOS 13 Ventura
26-
- Windows 10 Home
23+
- runs Windows 10 Home, MacOS 13 Ventura, or Ubuntu 22.04,
2724
- uses a 64-bit CPU,
2825
- has a connection to the internet,
2926
- uses English as the default language.
@@ -175,12 +172,10 @@ image_read("img/setup/docker-4.png") |>
175172
You can also run the worksheets accompanying this book on your computer
176173
using [JupyterLab Desktop](https://github.com/jupyterlab/jupyterlab-desktop).
177174
The advantage of JupyterLab Desktop over Docker is that it can be easier to install;
178-
JupyterLab Desktop is just like any other software you install on your computer,
179-
while Docker is a bit special and can sometimes run into some fairly technical issues that require expert
180-
troubleshooting. On the other hand, if you are able to successfully install Docker, it essentially
181-
*guarantees* that the worksheets will work exactly as intended. With JupyterLab Desktop, on the other
182-
hand, you may not end up with the right versions of all the R packages that are installed, and the
183-
worksheets may run into bugs.
175+
Docker can sometimes run into some fairly technical issues (especially on Windows computers)
176+
that require expert troubleshooting. The downside of JupyterLab Desktop is that there is a (very) small chance that
177+
you may not end up with the right versions of all the R packages needed for the worksheets. Docker, on the other hand,
178+
*guarantees* that the worksheets will work exactly as intended.
184179

185180
In this section, we will cover how to install Git (for version control, as discussed in Chapter \@ref(Getting-started-with-version-control)),
186181
JupyterLab Desktop, the JupyterLab Git extension, and all of the R packages needed to run the code in this book.
@@ -248,7 +243,7 @@ Double-click the installer to run it, use the default settings.
248243
Run JupyterLab Desktop by clicking the icon on your desktop.
249244

250245
**Configuring JupyterLab Desktop** From this point onward, with JupyterLab Desktop running,
251-
follow the instructions in the Ubuntu section on how to set up the
246+
follow the instructions in the Ubuntu section on *Configuring JupyterLab Desktop* to set up the
252247
environment, install the JupyterLab Git extension, and install
253248
the various R software packages needed for the worksheets.
254249

@@ -273,6 +268,7 @@ the JupyterLab Desktop icon to the Applications folder. Double-click
273268
the icon in the Applications folder to start JupyterLab Desktop.
274269

275270
**Configuring JupyterLab Desktop** From this point onward, with JupyterLab Desktop running,
276-
follow the instructions in the Ubuntu section on how to set up the
271+
follow the instructions in the Ubuntu section on *Configuring JupyterLab Desktop* to set up the
277272
environment, install the JupyterLab Git extension, and install
278273
the various R software packages needed for the worksheets.
274+

0 commit comments

Comments
 (0)