hyperspy_gui_ipywidgets provides ipywidgets graphic user interface (GUI) elements for hyperspy.
Make sure you have pip installed and run:
pip install hyperspy_gui_ipywidgets
Install anaconda for your platform and run
conda install hyperspy-gui-ipywidgets -c conda-forge
py.test is required to run the tests.
pip install "hyperspy_gui_ipywidgets[test]"
py.test --pyargs hyperspy_gui_ipywidgets
Please refer to the HyperSpy documentation for details. Example (to run in the Jupyter Notebook):
import hyperspy.api as hs
hs.preferences.gui(toolkit="ipywidgets")
Contributions through pull requests are welcome. See the HyperSpy Developer Guide.