Skip to content

Commit a9868d7

Browse files
committed
Update rttl to JH4TL, added internal links
1 parent ffffdd9 commit a9868d7

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# 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
1+
# UW-IT JupyterHub for Teaching
2+
Docker images for base JupyterLab environments used in [UW-IT JupyterHub for Teaching](https://itconnect.uw.edu/learn/tools/jupyterhub-for-teaching/) service. General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
3+
4+
## Images:
5+
* [Datascience](./datascience/README.md)
6+
* [R](./r/README.md)
7+
* [RStudio](./rstudio/README.md)
8+
* [SciPy](./scipy/README.md)
9+
* [Tensorflow](./tensorflow/README.md)
310

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

datascience/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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
1+
# UW-IT JupyterHub for Teaching datascience Notebook server
2+
Docker image for UW-IT JupyterHub for Teaching datascience Notebook server.
3+
- Detailed information about base datascience Notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-datascience-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
55
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile) using `pip list` or `conda list`. Output from both command's output is also shown below for convenience.
6+
- The JupyterLab interface is installed and is set as default
67

7-
#### Running notebook locally
8+
#### Running Notebook locally
89
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
910
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
1011

r/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# RTTL R notebook
2-
Docker image for UW RTTL R notebook.
1+
# UW-IT JupyterHub for Teaching R notebook
2+
Docker image for UW-IT JupyterHub for Teaching R notebook.
33
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
55
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile) using `pip list` or `conda list`. Output from both command's output is also shown below for convenience.
6+
- The JupyterLab interface is installed and is set as default
67

78
#### Running notebook locally
89
- `docker run -p 8888:8888 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
@@ -1,4 +1,4 @@
1-
# RTTL RStudio notebook
1+
# UW-IT JupyterHub for Teaching 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
33
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html

scipy/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# RTTL SciPy notebook
2-
Docker image for UW RTTL SciPy notebook.
1+
# UW-IT JupyterHub for Teaching SciPy notebook
2+
Docker image for UW-IT JupyterHub for Teaching SciPy notebook.
33
- Detailed information about base SciPy notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
55
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile) using `pip list` or `conda list`. Output from both command's output is also shown below for convenience.
6+
- The JupyterLab interface is installed and is set as default
67

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

tensorflow/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# RTTL Tensorflow notebook
2-
Docker image for UW RTTL Tensorflow notebook.
1+
# UW-IT JupyterHub for Teaching Tensorflow notebook
2+
Docker image for UW-IT JupyterHub for Teaching Tensorflow notebook.
33
- Detailed information about base Tensorflow notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-tensorflow-notebook
44
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
55
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile) using `pip list` or `conda list`. Output from both command's output is also shown below for convenience.
6+
- The JupyterLab interface is installed and is set as default
67

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

0 commit comments

Comments
 (0)