Skip to content

Commit ea849fa

Browse files
committed
Update description of jupyter/base-notebook regarding jupyterhub-base and update changelog
1 parent 28a0b25 commit ea849fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
44
All image manifests can be found in [the wiki](https://github.com/jupyter/docker-stacks/wiki).
55

6+
## 2024-11-06
7+
8+
Affected: all images except `docker-stacks-foundation`.
9+
10+
- **Non-breaking** Install `jupyterhub-base` and `nodejs` packages instead of `jupyterhub` package ([#2171](https://github.com/jupyter/docker-stacks/pull/2171)).
11+
612
## 2024-10-23
713

814
Affected: all images.

docs/using/selecting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ It contains:
5454

5555
- Everything in `jupyter/docker-stacks-foundation`
5656
- Minimally functional Server (e.g., no LaTeX support for saving notebooks as PDFs)
57-
- `notebook`, `jupyterhub`, and `jupyterlab` packages
57+
- `notebook`, `jupyterhub-base`, and `jupyterlab` packages
58+
Note: we're also installing `nodejs` as it has historically been installed indirectly as a dependency of `jupyterhub` package, which was used before.
59+
See more at: <https://github.com/jupyter/docker-stacks/pull/2171>
5860
- A `start-notebook.py` script as the default command
5961
- A `start-singleuser.py` script useful for launching containers in JupyterHub
6062
- Options for a self-signed HTTPS certificate

0 commit comments

Comments
 (0)