Usage#
Managing libraries and conda environments#
Note
For the standard version only, i.e. not supported for the portable version.
As an alternative to the Anaconda Navigator, the HyperSpy bundle includes gator to manage libraries and conda environments.

Managing environments and libraries using gator.#
The packages can also be managed from the command line using conda or mamba. For example, the distribution can be updated easily using
$ conda update --all
or
$ mamba update --all