• From this link download and run the 32 or 64 bit (depending on your machine processor) Windows Bundle, i.e. either HyperSpy-Bundle-2019-03-06-py37-32bit.exe or HyperSpy-Bundle-2019-03-06-py37-64bit.exe. It is not necessary to have admin rights for this install (you would have to select Single User if you are not admin)
  • Make sure that your default browser is Firefox or Chrome
  • In the Windows menu, find the newly installed package (Windows > All Programs > HyperSpy Bundle)  and open JupyterLab and under Notebook select Python3 environment
  • Test the install by executing the following code in the notebook (copy the code in the box and press the Run button at the top, or press Shift + Enter):


    %matplotlib qt
    import hyperspy.api as hs
    import numpy as np
    import atomap.api as am
    import pyxem as px
    import pixstem as ps