Skip to content

Commit 8acc8d3

Browse files
committed
added links and specific information for all notebooks
1 parent 104b645 commit 8acc8d3

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rttl-notebooks
2-
Docker images for base RTTL notebooks
2+
Docker images for base RTTL notebooks. General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
33

44
Running notebook locally
55
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`

datascience/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rttl-notebooks
2-
Docker images for base RTTL notebooks
1+
# RTTL datascience notebook
2+
Docker image for UW RTTL datascience notebook.
3+
- Detailed information about base datascience notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-datascience-notebook
4+
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
35

46
Running notebook locally
57
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`

r/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rttl-notebooks
2-
Docker images for base RTTL notebooks
1+
# RTTL R notebook
2+
Docker image for UW RTTL R notebook.
3+
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
4+
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
35

46
Running notebook locally
57
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`

rstudio/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rttl-notebooks - RStudio
1+
# RTTL RStudio notebook
22
Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth flow with JupyterHub. Note: latest RStudio version that runs correctly is 1.2.5042
3+
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
4+
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
35

46
Running notebook locally
57
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`

scipy/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rttl-notebooks
2-
Docker images for base RTTL notebooks
1+
# RTTL SciPy notebook
2+
Docker image for UW RTTL SciPy notebook.
3+
- Detailed information about base SciPy notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook
4+
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
35

46
Running notebook locally
57
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`

tensorflow/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rttl-notebooks
2-
Docker images for base RTTL notebooks
1+
# RTTL Tensorflow notebook
2+
Docker image for UW RTTL Tensorflow notebook.
3+
- Detailed information about base Tensorflow notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-tensorflow-notebook
4+
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
35

46
Running notebook locally
57
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`

0 commit comments

Comments
 (0)