Skip to content

Commit bd883d3

Browse files
authored
Update battery_scheduling.ipynb
include pip install gurobipy
1 parent 95a0f95 commit bd883d3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

battery_scheduling/battery_scheduling.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@
179179
"We define a set of realistic model parameters for a 24 hours cycle (this design can be altered).\n"
180180
]
181181
},
182+
{
183+
"cell_type": "code",
184+
"execution_count": null,
185+
"metadata": {},
186+
"outputs": [],
187+
"source": [
188+
"%pip install gurobipy"
189+
]
190+
},
182191
{
183192
"cell_type": "code",
184193
"execution_count": 15,

0 commit comments

Comments
 (0)