Skip to content

Future issue with jupyter notebook 5.5 regarding hostname in docker ? #642

@tomjorquera

Description

@tomjorquera

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

No one assigned

    Labels

    tag:DocumentationRelated to user, developer, and maintainer documentationtag:UpstreamA problem with one of the upstream packages installed in the docker images

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions