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: datascience/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
Docker image for UW RTTL datascience notebook.
3
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
+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
5
6
6
7
Running notebook locally
7
8
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
Copy file name to clipboardExpand all lines: rstudio/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
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
5
+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
5
6
6
7
Running notebook locally
7
8
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
Copy file name to clipboardExpand all lines: scipy/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
Docker image for UW RTTL 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
+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
5
6
6
7
Running notebook locally
7
8
-`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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
Docker image for UW RTTL 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
+
- Installed packages and versions can be viewed in this image's [Dockerfile](Dockerfile)
5
6
6
7
Running notebook locally
7
8
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-tensorflow-notebook:latest_1-3`
0 commit comments