Mamba ¶
Anaconda provides packages for NEST Desktop. and NEST Simulator. These packages can be installed with Miniforge (from conda-forge). Since NEST 3, the API server (i.e. NEST Server) is included which is necessary for NEST Desktop.
Prequistion for mamba¶
Conda-forge is a collection of packages led by the community and can be used with Mamba. Please install miniforge first (https://conda-forge.org/download/).
Setup Mamba environment¶
Create a Mamba environment called nest and install NEST Desktop:
mamba create -n nest nest-desktopActivate the Mamba environment nest:
mamba activate nestInstall backends in Mamba environment. For more infomation, please read the installation guide here.
The installation is now complete!
Start in Mamba environment¶
Activate the Mamba environment nest:
mamba activate nestStart backends in Mamba environment. For more information, please follow the start instructions here.
Start NEST Desktop (in another terminal session):
nest-desktop startNEST Desktop is now started and available in the web browser at http://localhost:54286.
See also
For more information read the full documentation of the command API here.