Skip to content

Commit 1be0d51

Browse files
committed
Clarified lab url
1 parent a9868d7 commit 1be0d51

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Docker images for base JupyterLab environments used in [UW-IT JupyterHub for Tea
1010

1111
Running notebook locally
1212
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`
13-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
13+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion for the JupyterLab interface, eg: `http://127.0.0.1:8888/lab`
1414

1515
Accessing server shell locally
1616
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`

datascience/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker image for UW-IT JupyterHub for Teaching datascience Notebook server.
77

88
#### Running Notebook locally
99
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
10-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
10+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion, eg: `http://127.0.0.1:8888/lab`
1111

1212
#### Accessing server shell locally
1313
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`

r/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker image for UW-IT JupyterHub for Teaching R notebook.
77

88
#### Running notebook locally
99
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`
10-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
10+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion, eg: `http://127.0.0.1:8888/lab`
1111

1212
#### Accessing server shell locally
1313
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`

rstudio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth fl
66

77
#### Running notebook locally
88
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
9-
- Console output will include localhost url with access token. Add '/rstudio' to the end of the path portion
9+
- Console output will include localhost url with access token. Add '/rstudio' to the end of the path portion, eg: `http://127.0.0.1:8888/lab`
1010

1111
#### Accessing server shell locally
1212
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`

scipy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker image for UW-IT JupyterHub for Teaching SciPy notebook.
77

88
#### Running notebook locally
99
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`
10-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
10+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion, eg: `http://127.0.0.1:8888/lab`
1111

1212
#### Accessing server shell locally
1313
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`

tensorflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker image for UW-IT JupyterHub for Teaching Tensorflow notebook.
77

88
#### Running notebook locally
99
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`
10-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
10+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion, eg: `http://127.0.0.1:8888/lab`
1111

1212
#### Accessing server shell locally
1313
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`

0 commit comments

Comments
 (0)