I have a tab that contains a visualizations for data validation and testing. I'd like to leave that tab in there without showing to anyone but the devs.
I can get the current user this way but can't find how to 'hide' the tab.
from System.Threading import Thread
print Thread.CurrentPrincipal.Identity.Name
I'm quite sure that hiding a tab is not possible. there are some other possible solutions, though.