Looking through https://hub.docker.com/r/jupyter/base-notebook/tags
There doesn’t seem to have been an update in the last two years. What’s the recommended way of getting a base notebook these days?
Looking through https://hub.docker.com/r/jupyter/base-notebook/tags
There doesn’t seem to have been an update in the last two years. What’s the recommended way of getting a base notebook these days?
Where you are referencing is the old place.
You want to be looking in quay.io
, see here in the ’ Jupyter Docker Stacks’ documentation where it says:
“Since
2023-10-20
our images are only pushed toQuay.io
registry. Older images are available on Docker Hub, but they will no longer be updated.”
So in particular, you are looking for:
https://quay.io/repository/jupyter/base-notebook.
See ‘jupyter/base-notebook’ in the Docker Stacks documentation for more information. It is under the ‘Selecting an Image’ section of the documentation listed in the Jupyter Docker Stacks ‘Table of Contents’.
Useful resource that helped lead to the documentation: