Hi team,
I have a valid license of AMPL with Cplex and Gurobi, how could I put this license in a google colab?
I supposed that is in this line:
from amplpy import AMPL, tools
ampl = tools.ampl_notebook(
modules=[“cplex”], # modules to install
license_uuid=“default”) # license to use
Could you help me please?
Regards,