Set up a MICOM environment on moneta - Gibbons-Lab/wiki GitHub Wiki

We provide a custom conda environment file that will install MICOM and the CPLEX solver for you. After having completed the new member setup simply run:

conda env create -f /proj/gibbons/software/micom.yml

You can activate and use the environment with:

conda activate micom

After activating the environment, you can launch a Jupyter instance running MICOM by following the usual instructions.