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