I'm looking for to customize the a jupyter notebook.
How to change the jupyter notebook favicon.ico[1] ?
[1] https://en.wikipedia.org/wiki/Favicon
The proper elegant way to override the existing default favicon, without rewriting it is to create a ~/.jupyter/custom/custom.js
file with the following content:
requirejs([
'jquery',
'base/js/utils',
], function($, utils
){
utils.change_favicon("custom/favicon.ico")
});
Place your custom favicon.ico to the same folder.
There is a doc page that does not provide a solution, but talks about custom.js
mechanism in general.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With