Quick Start

  1. Install the most recent version of [Julia], preferably using the Juliaup version multiplexer (https://github.com/JuliaLang/juliaup)
  2. Install the package EnergyModelsGUI by running:
    ] add EnergyModelsGUI
Note

Utilizing EnergyModelsGUI requires the declaration of cases in EnergyModelsX. To this end, you also have to add the packages EnergyModelsBase and potentially EnergyModelsGeography and EnergyModelsInvestments to create your energy model cases first.

If you already have constructed a case in EMX you can view this case with

using EnergyModelsGUI

GUI(case)

A complete overview of the keyword arguments available for the GUI functions is available here. The GUI and its functionality is described through an example here.