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
Once Docker is running (in either Windows or MacOS), you need to download and run the virtual machine that we have made available
132
+
**Running JupyterLab** Once Docker is running (in either Windows or MacOS), you need to download and run the virtual machine that we have made available
134
133
for the worksheets. In the search bar, enter `ubcdsci/r-dsci-100`, as this is the name of the virtual machine image. You will be presented
135
134
with a few options (Figure \@ref(fig:docker-desktop-search)). In the "Tag" drop down menu, click the tag `20230724142640d8f06f` to select the
136
135
correct version of the image. Then click the "Pull" button to download the image.
@@ -186,7 +185,7 @@ JupyterLab Desktop, the JupyterLab Git extension, and all of the R packages need
186
185
187
186
### Ubuntu
188
187
189
-
First, we will install Git for version control.
188
+
**Installation**First, we will install Git for version control.
190
189
Open the terminal and type the following commands:
191
190
```
192
191
sudo apt update
@@ -202,6 +201,7 @@ Run JupyterLab Desktop using the command
202
201
```
203
202
jlab
204
203
```
204
+
**Configuring JupyterLab Desktop**
205
205
Next, in the JupyterLab Desktop graphical interface that appears (Figure \@ref(fig:setup-jlab-gui)),
206
206
you will see text at the bottom saying "Python environment not found". Click "Install using the bundled installer"
207
207
to set up the environment.
@@ -250,7 +250,7 @@ correctly set up and ready for use.
250
250
251
251
### Windows
252
252
253
-
First, we will install Git for version control.
253
+
**Installation** First, we will install Git for version control.
254
254
Go to [the Git download page](https://git-scm.com/download/win) and
255
255
download the Windows version of Git. Once the download has finished, run the installer and accept
256
256
the default configuration for all pages.
@@ -259,15 +259,15 @@ Download the `JupyterLab-Setup-Windows.exe` installer file for Windows.
259
259
Double-click the installer to run it, use the default settings.
260
260
Run JupyterLab Desktop by clicking the icon on your desktop.
261
261
262
-
From this point onward, with JupyterLab Desktop running,
262
+
**Configuring JupyterLab Desktop** From this point onward, with JupyterLab Desktop running,
263
263
follow the instructions in the Ubuntu section on how to set up the
264
264
environment, install the JupyterLab Git extension, and install
265
265
the various R software packages needed for the worksheets.
266
266
267
267
268
268
### MacOS
269
269
270
-
First, we will install Git for version control.
270
+
**Installation** First, we will install Git for version control.
271
271
Open the terminal ([how-to video](https://youtu.be/5AJbWEWwnbY))
272
272
and type the following command:
273
273
@@ -282,7 +282,7 @@ the JupyterLab Desktop icon to the Applications folder. Double-click
282
282
the icon in the
283
283
Applications folder to start JupyterLab Desktop.
284
284
285
-
From this point onward, with JupyterLab Desktop running,
285
+
**Configuring JupyterLab Desktop** From this point onward, with JupyterLab Desktop running,
286
286
follow the instructions in the Ubuntu section on how to set up the
287
287
environment, install the JupyterLab Git extension, and install
288
288
the various R software packages needed for the worksheets.
0 commit comments