Skip to content

Commit 98da933

Browse files
minor setup bugfix
1 parent ca1ffc2 commit 98da933

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/setup.Rmd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ image_read("img/setup/docker-3.png") |>
127127
After clicking the "Run" button, you will see a terminal. The terminal will then print
128128
some text as the Docker container starts. Once the text stops scrolling, find the
129129
URL in the terminal that starts
130-
with `http://127.0.0.1:8888` (highlighted by the red box in Figure \@ref(fig:ubuntu-docker-terminal)), and paste it
130+
with `http://127.0.0.1:8888` (highlighted by the red box in Figure \@ref(fig:docker-desktop-url)), and paste it
131131
into your browser to start JupyterLab.
132132

133133

@@ -136,7 +136,7 @@ image_read("img/setup/docker-4.png") |>
136136
image_crop("3632x2000")
137137
```
138138
When you are done working, make sure to shut down and remove the container by
139-
clicking the red trash can symbol (in the top right corner of Figure \@ref(fig:ubuntu-docker-terminal)).
139+
clicking the red trash can symbol (in the top right corner of Figure \@ref(fig:docker-desktop-url)).
140140
You will not be able to start the container again until you do so.
141141
More information on installing and running
142142
Docker on Windows, as well as troubleshooting tips, can
@@ -189,9 +189,6 @@ image_read("img/setup/ubuntu-docker.png") |>
189189
image_crop("3632x2000")
190190
```
191191

192-
193-
194-
195192
## Working with JupyterLab Desktop
196193

197194
You can also run the worksheets accompanying this book on your computer

0 commit comments

Comments
 (0)