def on_click(button): theme.reset()
def on_click(button): theme.reset(hide_toolbar=True)
def test_theme(): from nglview import theme theme.oceans16() theme.reset() theme._get_theme('oceans16.css')