From ba436f16f9a21df1c0b207bbc4879ae47ef38272 Mon Sep 17 00:00:00 2001 From: Azza Ahmed <a.e.ahmed@tudelft.nl> Date: Thu, 20 Feb 2025 10:21:17 +0100 Subject: [PATCH] Enhance GurobiPy tutorial: add alert for license configuration section --- content/en/tutorials/GurobiPy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/en/tutorials/GurobiPy.md b/content/en/tutorials/GurobiPy.md index f6fb0e5..9684e6b 100644 --- a/content/en/tutorials/GurobiPy.md +++ b/content/en/tutorials/GurobiPy.md @@ -58,7 +58,9 @@ Solved in 0 iterations and 0.01 seconds (0.00 work units) Optimal objective 0.000000000e+00 ``` -## Configuring the License + + +{{% alert title="Configuring the License" color="primary" %}} If needed, and since DAIC uses a remote license server, you can specify the license settings in your script: @@ -77,5 +79,6 @@ with gp.Env(params=connection_params) as env: except: # Add appropriate error handling here. raise -``` +``` +{{% /alert %}} \ No newline at end of file -- GitLab