hyperspy.defaults_parser module
- class hyperspy.defaults_parser.EDSConfig
 Bases:
HasTraits
- class hyperspy.defaults_parser.EELSConfig
 Bases:
HasTraits
- class hyperspy.defaults_parser.GUIs
 Bases:
HasTraits
- class hyperspy.defaults_parser.GeneralConfig
 Bases:
HasTraits
- class hyperspy.defaults_parser.PlotConfig
 Bases:
HasTraits
- class hyperspy.defaults_parser.Preferences
 Bases:
HasTraits- gui(display=True, toolkit=None, **kwargs)
 Display or return interactive GUI element if available.
- Parameters:
 display (bool) – If True, display the user interface widgets. If False, return the widgets container in a dictionary, usually for customisation or testing.
toolkit (str, iterable of strings or None) – If None (default), all available widgets are displayed or returned. If string, only the widgets of the selected toolkit are displayed if available. If an interable of toolkit strings, the widgets of all listed toolkits are displayed or returned.