Why is the jupyterlab base notebook no longer updated

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 to Quay.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:

1 Like