tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Hide Menus?

Open ghost opened this issue 8 years ago • 2 comments

Love tensorboard. It's really cool to see my network and be able to explore it graphically. That being said, I'm often working on a small screen (laptop) and it's difficult to see everything I want in the tensorboard graph visualization. Would it be possible to create an option to hide/minimize the lefthand side menu, minimap, and detailed node box (top right of the main graph viz)?

ghost avatar Dec 07 '17 18:12 ghost

Thanks for the kind words! Sounds like a reasonable feature request. The legend can already be minimized, but that doesn't actually affect the amount of space available for the overall main graph display. The left side column could probably get a similar toggle; it'd be slightly harder to know how to implement the minimization for the minimap and detailed node box, mainly in that we'd want a way to de-minimize them. There's also the question of whether they should all be separately minimizable or if it makes sense to just have a single button like "show/hide UI controls".

For now I'm marking this as contributions welcome, we're happy to review PRs if you'd like to take a stab at it.

nfelt avatar Dec 08 '17 03:12 nfelt

Routing to @stephanwlee re. the UI updates. Stephan, should this be made a dup of the new UI?

bileschi avatar Jan 02 '20 15:01 bileschi