How to change jupyterlab 3+ browser title and icon

Hi, curious how to change the browser title in Jupyterlab 3+. Simply running jupyter lab build --name=‘new name’ isn’t enough since the title gets overwritten. I did find a function called updateTabTitle in packages/apputils-extension/src/index.ts that looks like it manages this, but i can’t figure out what to update in order to change the js build file that controls updating the document.title.

Additionally, also curious how to update the icon in the browser tab. I see the app gets the favicon that is hosted at static/favicons/favicon.ico but where is the webserver pulling this image from? How would i customize?

Any help is greatly appreciated. Thanks!

3 Likes

Did you get anywhere with this? I was wondering how to change the favicon too…