Browser Tab name and Favicon #755
Labels
core:frontend
stat:contributions welcome
theme:ui-polish
Features or fixes that make core UI more pleasant.
type:feature
As someone running multiple tensorboard instances at the same time (on different machines), I often end up with tabs like this :
And even if I try to have a browser windows dedicated to tensorboard tabs (so that I can read the full title), tab names only show "Tensorboard". To figure out what machine I am looking at, I have to select a tab and check the ip on the address bar.
Wouldn't it be better if we were able to change tab names and favicons ? That way, I would be able to grasp at a glance all the tensorboard sessions that are opened.
something like
tensorboard --logdir=/path/to/logs --session_name='My Tensorboard session' --favicon=/path/to/icon.ico
There may be some issue with this, as favicon is part of the tensorboard layout, and you may not want to let the user change it, tell me what you think, thanks !
The text was updated successfully, but these errors were encountered: