File tree Expand file tree Collapse file tree 12 files changed +115
-16
lines changed Expand file tree Collapse file tree 12 files changed +115
-16
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ APP_BIN?=app
4
4
default : build
5
5
6
6
DOCKER_REPO? =gcr.io/uwit-mci-axdd/rttl-datascience-notebook
7
- DOCKER_TAG? =latest_1-3
7
+ DOCKER_TAG? =latest_1-4-2
8
8
9
9
build :
10
- docker build -t $( DOCKER_REPO ) :latest -t $(DOCKER_REPO ) :$(DOCKER_TAG ) .
10
+ docker $(DOCKER_REPO ) :$(DOCKER_TAG ) .
11
11
12
12
push : build
13
13
docker push $(DOCKER_REPO ) :$(DOCKER_TAG )
14
- docker push $(DOCKER_REPO ) :latest
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching datascience Notebook server.
6
6
- The JupyterLab interface is installed and is set as default
7
7
8
8
#### 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 `
10
10
- 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 `
11
11
12
12
#### 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 `
14
14
15
15
16
16
#### Installed packages
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching R notebook.
6
6
- The JupyterLab interface is installed and is set as default
7
7
8
8
#### 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 `
10
10
- 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 `
11
11
12
12
#### 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 `
14
14
15
15
#### Installed packages
16
16
via ` pip list `
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth fl
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
6
7
7
#### 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 `
9
9
- 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 `
10
10
11
11
#### 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 `
13
13
14
14
#### Installed packages
15
15
via ` pip list `
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ APP_BIN?=app
4
4
default : build
5
5
6
6
DOCKER_REPO? =gcr.io/uwit-mci-axdd/rttl-scipy-notebook
7
- DOCKER_TAG? =latest_1-3
7
+ DOCKER_TAG? =latest_1-4-2
8
8
9
9
build :
10
- # docker build -t $(DOCKER_REPO):latest -t $(DOCKER_REPO):$(DOCKER_TAG) .
11
10
docker build -t $(DOCKER_REPO ) :$(DOCKER_TAG ) .
12
11
13
12
push : build
14
13
docker push $(DOCKER_REPO ) :$(DOCKER_TAG )
15
- # docker push $(DOCKER_REPO):latest
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Docker image for UW-IT JupyterHub for Teaching SciPy notebook.
6
6
- The JupyterLab interface is installed and is set as default
7
7
8
8
#### 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 `
10
10
- 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 `
11
11
12
12
#### 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 `
14
14
15
15
#### Installed packages
16
16
via ` pip list `
You can’t perform that action at this time.
0 commit comments