-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
When using Notebook 7 on Binder (or with a different base url), requesting favicons when executing notebook cells give 404 error:
This is likely related to the following logic:
notebook/packages/notebook-extension/src/index.ts
Lines 413 to 415 in b397a3b
// the favicons are provided by Jupyter Server | |
const notebookIcon = ' /static/favicons/favicon-notebook.ico'; | |
const busyIcon = ' /static/favicons/favicon-busy-1.ico'; |