I frequently run jupyter notebook on multiple servers/computers, and it would be great if the interface could be customised so I can see at a glance which server/computer is behind the notebook GUI I'm looking at.
Is there a setting for adding a short piece of text to the title bar in the web interface? Can someone suggest a snippet of code to put in jupyter_notebook_config.py?
templates/page.html(in my case it was in~/anaconda3/lib/python3.6/site-packages/notebook/), look for 'logo.png' and add your text to the html. I chose to add it just before the<a ...>tag for the logo.