I’d say the left/right buttons in the old version of Bokeh was very helpful for navigating through many tabs, and it would be great if we can have that again. In the mean time, an alternative solution is to place the tabs vertically on the left:
Tabs(tabs=tab_last, tabs_location='left')
Here is an example of how it looks: