@@ -20,10 +20,7 @@ multiple operating systems (Ubuntu Linux, MacOS, and Windows).
20
20
Although the instructions in this chapter will likely work on many systems,
21
21
we have specifically verified that they work on a computer that:
22
22
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,
27
24
- uses a 64-bit CPU,
28
25
- has a connection to the internet,
29
26
- uses English as the default language.
@@ -175,12 +172,10 @@ image_read("img/setup/docker-4.png") |>
175
172
You can also run the worksheets accompanying this book on your computer
176
173
using [ JupyterLab Desktop] ( https://github.com/jupyterlab/jupyterlab-desktop ) .
177
174
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.
184
179
185
180
In this section, we will cover how to install Git (for version control, as discussed in Chapter \@ ref(Getting-started-with-version-control)),
186
181
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.
248
243
Run JupyterLab Desktop by clicking the icon on your desktop.
249
244
250
245
** 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
252
247
environment, install the JupyterLab Git extension, and install
253
248
the various R software packages needed for the worksheets.
254
249
@@ -273,6 +268,7 @@ the JupyterLab Desktop icon to the Applications folder. Double-click
273
268
the icon in the Applications folder to start JupyterLab Desktop.
274
269
275
270
** 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
277
272
environment, install the JupyterLab Git extension, and install
278
273
the various R software packages needed for the worksheets.
274
+
0 commit comments