-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
tag:DocumentationRelated to user, developer, and maintainer documentationRelated to user, developer, and maintainer documentationtag:UpstreamA problem with one of the upstream packages installed in the docker imagesA problem with one of the upstream packages installed in the docker images
Description
By toying with upgrading jupyter to version 5.5 inside a container, I stumbled upon the following issue:
jupyter/notebook#3605
Apparently, jupyter-notebook behavior regarding the url has been changed in 5.5, and it will now try to display the host name instead of localhost
. Inside docker, it means that the url that now appears will be something like https://8bc26195e104:8888/?...
(which does not work when copy-pasted into the browser, host must be changed manually to localhost
)
Feels like it's a somewhat significant issue for the project.
Maybe a workaround would be to propose an option to jupyter-nb to disable name resolution ?
Metadata
Metadata
Assignees
Labels
tag:DocumentationRelated to user, developer, and maintainer documentationRelated to user, developer, and maintainer documentationtag:UpstreamA problem with one of the upstream packages installed in the docker imagesA problem with one of the upstream packages installed in the docker images