hyperspy_gui_traitsui provides traitsui graphic user interface (GUI) elements for hyperspy.
Make sure you have pip installed and run:
pip install hyperspy_gui_traitsui
Install anaconda for your platform and run
conda install hyperspy-gui-traitsui -c conda-forge
Please refer to the HyperSpy documentation for details. Example (to run in any jupyter flavour):
%matplotlib qt
import hyperspy.api as hs
hs.preferences.gui(toolkit="traitsui")
Contributions through pull requests are welcome. See the HyperSpy Developer Guide.