Skip to content

404 when loading notebook favicons #7076

@jtpio

Description

@jtpio

When using Notebook 7 on Binder (or with a different base url), requesting favicons when executing notebook cells give 404 error:

image

This is likely related to the following logic:

// the favicons are provided by Jupyter Server
const notebookIcon = ' /static/favicons/favicon-notebook.ico';
const busyIcon = ' /static/favicons/favicon-busy-1.ico';

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions