Skip to content

Commit 442cdba

Browse files
committed
updated versions, makefiles, and added changelogs
1 parent 3edbc43 commit 442cdba

File tree

12 files changed

+115
-16
lines changed

12 files changed

+115
-16
lines changed

datascience/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# RTTL Jupyter datascience notebook image
2+
All notable changes to the datascience Jupyter Notebook image will be documented here.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.4.2] - 2021-12-23
8+
9+
### Changed
10+
- Increased version for upstream base notebook: jupyter/datascience-notebook:hub-1.4.2
11+
- Supports JupyterHub v1.4.2
12+
- Update to JupyterLab v3.2.2
13+
14+
### Added
15+
- Added geopandas, folium, and ipyleaflet packages
16+
17+
## [1.3.0] - 2021-06.14
18+
19+
### Changed
20+
- Increased version for upstream base notebook: jupyter/datascience-notebook:hub-1.3.0

datascience/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ APP_BIN?=app
44
default: build
55

66
DOCKER_REPO?=gcr.io/uwit-mci-axdd/rttl-datascience-notebook
7-
DOCKER_TAG?=latest_1-3
7+
DOCKER_TAG?=latest_1-4-2
88

99
build:
10-
docker build -t $(DOCKER_REPO):latest -t $(DOCKER_REPO):$(DOCKER_TAG) .
10+
docker $(DOCKER_REPO):$(DOCKER_TAG) .
1111

1212
push: build
1313
docker push $(DOCKER_REPO):$(DOCKER_TAG)
14-
docker push $(DOCKER_REPO):latest

datascience/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching datascience Notebook server.
66
- The JupyterLab interface is installed and is set as default
77

88
#### Running Notebook locally
9-
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
9+
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-4-2`
1010
- 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
13-
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-3`
13+
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-datascience-notebook:latest_1-4-2`
1414

1515

1616
#### Installed packages

r/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# RTTL Jupyter R notebook image
2+
All notable changes to the R Jupyter Notebook image will be documented here.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.4.2] - 2021-12-23
8+
9+
### Changed
10+
- Increased version for upstream base notebook: jupyter/r-notebook:hub-1.4.2
11+
- Supports JupyterHub v1.4.2
12+
- Update to JupyterLab v3.2.2
13+
- Update R to v4.1.1
14+
15+
### Fixed
16+
- Fixed issue with repr package leading to broken help output
17+
18+
## [1.3.0] - 2021-06.14
19+
20+
### Changed
21+
- Increased version for upstream base notebook: jupyter/r-notebook:hub-1.3.0

r/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching R notebook.
66
- The JupyterLab interface is installed and is set as default
77

88
#### Running notebook locally
9-
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`
9+
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-4-2`
1010
- 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
13-
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-3`
13+
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-r-notebook:latest_1-4-2`
1414

1515
#### Installed packages
1616
via `pip list`

rstudio/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# RTTL Jupyter RStudio notebook image
2+
All notable changes to the RStudio Jupyter Notebook image will be documented here.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.4.2] - 2021-12-23
8+
9+
### Changed
10+
- Increased version for upstream base notebook: jupyter/r-notebook:hub-1.4.2
11+
- Supports JupyterHub v1.4.2
12+
- Update to JupyterLab v3.2.2
13+
- Update RStudio Server version 2021.09.1 Build 372
14+
- Update R to v4.1.1
15+
16+
### Fixed
17+
- Fixed issue with repr package leading to broken help output
18+
- Fixed issue preventing nbgitpuller from working

rstudio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth fl
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.
66

77
#### Running notebook locally
8-
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
8+
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest_1-4-2`
99
- 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
12-
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
12+
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest_1-4-2`
1313

1414
#### Installed packages
1515
via `pip list`

scipy/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# RTTL Jupyter SciPy notebook image
2+
All notable changes to the SciPy Jupyter Notebook image will be documented here.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.4.2] - 2021-12-23
8+
9+
### Changed
10+
- Increased version for upstream base notebook: jupyter/scipy-notebook:hub-1.4.2
11+
- Supports JupyterHub v1.4.2
12+
- Update to JupyterLab v3.2.2
13+
- Upgrade SciPy version to 1.7.1
14+
15+
### Added
16+
- Added astroalign package
17+
18+
19+
### Fixed
20+
- Fixed issue with nbclassic by pinning to 0.2.8
21+
- Fixed issue with biogeme package
22+
23+
## [1.3.0] - 2021-06.14
24+
25+
### Changed
26+
- Increased version for upstream base notebook: jupyter/scipy-notebook:hub-1.3.0

scipy/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ APP_BIN?=app
44
default: build
55

66
DOCKER_REPO?=gcr.io/uwit-mci-axdd/rttl-scipy-notebook
7-
DOCKER_TAG?=latest_1-3
7+
DOCKER_TAG?=latest_1-4-2
88

99
build:
10-
# docker build -t $(DOCKER_REPO):latest -t $(DOCKER_REPO):$(DOCKER_TAG) .
1110
docker build -t $(DOCKER_REPO):$(DOCKER_TAG) .
1211

1312
push: build
1413
docker push $(DOCKER_REPO):$(DOCKER_TAG)
15-
# docker push $(DOCKER_REPO):latest

scipy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching SciPy notebook.
66
- The JupyterLab interface is installed and is set as default
77

88
#### Running notebook locally
9-
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`
9+
- `docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-4-2`
1010
- 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
13-
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-3`
13+
- `docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-scipy-notebook:latest_1-4-2`
1414

1515
#### Installed packages
1616
via `pip list`

0 commit comments

Comments
 (0)