Skip to content

Commit 4cd053b

Browse files
added more info about apple processors
1 parent f45a3e9 commit 4cd053b

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

source/setup.Rmd

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,22 @@ More information on installing and running Docker on Ubuntu, as well as troubles
9595

9696
### MacOS
9797

98-
**Installation** To install Docker on MacOS, visit [the online Docker
99-
documentation](https://docs.docker.com/desktop/install/mac-install/), and
98+
**Installation** To install Docker on MacOS,
99+
visit [the online Docker documentation](https://docs.docker.com/desktop/install/mac-install/), and
100100
download the `Docker.dmg` installation file that is appropriate for your
101-
computer (you need to know whether your computer has an Intel processor an
102-
Apple processor). Double-click the file to open the installer, then drag
103-
the Docker icon to the Applications folder. Double-click Docker.app in the
104-
Applications folder to start Docker. In the installation window, use the
105-
recommended settings.
106-
107-
**Running JupyterLab** Once Docker is installed and running, follow the instructions below in
108-
the Windows section on *Running JupyterLab* (the user interface is the same). More information on installing and running
109-
Docker on MacOS, as well as troubleshooting tips, can be found [in the online
110-
Docker documentation](https://docs.docker.com/desktop/install/mac-install/).
101+
computer. To know which installer is right for your machine, you need to know
102+
whether your computer has an Intel processor (older machines) or an
103+
Apple processor (newer machines); the [Apple support page](https://support.apple.com/en-ca/HT211814) has
104+
information to help you determine which processor you have. Once downloaded, double-click
105+
the file to open the installer, then drag the Docker icon to the Applications folder.
106+
Double-click the icon in the Applications folder to start Docker. In the installation
107+
window, use the recommended settings.
108+
109+
**Running JupyterLab** Once Docker is installed and running, follow the
110+
instructions below in the Windows section on *Running JupyterLab* (the user
111+
interface is the same). More information on installing and running Docker on
112+
MacOS, as well as troubleshooting tips, can be
113+
found [in the online Docker documentation](https://docs.docker.com/desktop/install/mac-install/).
111114

112115
### Windows
113116

@@ -275,12 +278,14 @@ and type the following command:
275278
xcode-select --install
276279
```
277280
Next, visit the ["Installation" section of the JupyterLab Desktop homepage](https://github.com/jupyterlab/jupyterlab-desktop#installation).
278-
Download the `JupyterLab-Setup-MacOS-x64.dmg` or `JupyterLab-Setup-MacOS-arm64.dmg` installer file
279-
(you need to know whether your computer has an Intel processor an
280-
Apple processor). Double-click the file to open the installer, then drag
281+
Download the `JupyterLab-Setup-MacOS-x64.dmg` or `JupyterLab-Setup-MacOS-arm64.dmg` installer file.
282+
To know which installer is right for your machine, you need to know
283+
whether your computer has an Intel processor (older machines) or an
284+
Apple processor (newer machines); the [Apple support page](https://support.apple.com/en-ca/HT211814) has
285+
information to help you determine which processor you have.
286+
Once downloaded, double-click the file to open the installer, then drag
281287
the JupyterLab Desktop icon to the Applications folder. Double-click
282-
the icon in the
283-
Applications folder to start JupyterLab Desktop.
288+
the icon in the Applications folder to start JupyterLab Desktop.
284289
285290
**Configuring JupyterLab Desktop** From this point onward, with JupyterLab Desktop running,
286291
follow the instructions in the Ubuntu section on how to set up the

0 commit comments

Comments
 (0)