Skip to content

pquinn-dls/hyperspy_gui_traitsui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperspy_gui_traitsui

Build Status

hyperspy_gui_traitsui provides traitsui graphic user interface (GUI) elements for hyperspy.

Installation

Option 1: With pip

Make sure you have pip installed and run:

pip install hyperspy_gui_traitsui

Option 2: With Anaconda

Install anaconda for your platform and run

conda install hyperspy-gui-traitsui -c conda-forge

## Usage

Please refer to the [HyperSpy documentation](http://hyperspy.org/hyperspy-doc/current/index.html) for details. Example (to run in any IPython flavour):

```python
%matplotlib qt
import hyperspy.api as hs
hs.preferences.gui(toolkit="traitsui")

alt text

Development

Contributions through pull requests are welcome. See the HyperSpy Developer Guide.

About

traitsui GUI elements for HyperSpy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%