Example #1
0
 def on_click(button):
     theme.reset()
Example #2
0
 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')
Example #4
0
def test_theme():
    from nglview import theme
    theme.oceans16()
    theme.reset()
    theme._get_theme('oceans16.css')
Example #5
0
 def on_click(button):
     theme.reset()
Example #6
0
 def on_click(button):
     theme.reset(hide_toolbar=True)