You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
3
10
4
11
Running notebook locally
5
12
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`
Copy file name to clipboardExpand all lines: datascience/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
4
4
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5
5
- 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
6
7
7
-
#### Running notebook locally
8
+
#### Running Notebook locally
8
9
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
9
10
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
Copy file name to clipboardExpand all lines: r/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
4
4
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5
5
- 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
6
7
7
8
#### Running notebook locally
8
9
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`
Copy file name to clipboardExpand all lines: rstudio/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# RTTL RStudio notebook
1
+
# UW-IT JupyterHub for Teaching RStudio notebook
2
2
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
3
- Detailed information about base R notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-r-notebook
4
4
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
Copy file name to clipboardExpand all lines: scipy/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
- Detailed information about base SciPy notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook
4
4
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5
5
- 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
6
7
7
8
#### Running notebook locally
8
9
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`
Copy file name to clipboardExpand all lines: tensorflow/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
- Detailed information about base Tensorflow notebook is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-tensorflow-notebook
4
4
- General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
5
5
- 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
6
7
7
8
#### Running notebook locally
8
9
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`
0 commit comments