Esempio n. 1
0
 def on_click(button):
     theme.reset()
Esempio n. 2
0
 def on_click(button):
     theme.reset(hide_toolbar=True)
Esempio n. 3
0
def test_theme():
    from nglview import theme
    theme.oceans16()
    theme.reset()
    theme._get_theme('oceans16.css')
Esempio n. 4
0
def test_theme():
    from nglview import theme
    theme.oceans16()
    theme.reset()
    theme._get_theme('oceans16.css')
Esempio n. 5
0
 def on_click(button):
     theme.reset()
Esempio n. 6
0
 def on_click(button):
     theme.reset(hide_toolbar=True)