Skip to content

Commit a3c8903

Browse files
committed
Update notebook dependencies
1 parent e6a21ee commit a3c8903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

authors/glebbelov/nonlinear/min_pairwise_distance_ratio/min_pairw_dist_ratio.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"outputs": [],
3232
"source": [
3333
"# Install dependencies\n",
34-
"%pip install -q amplpy pandas"
34+
"%pip install -q amplpy pandas matplotlib"
3535
]
3636
},
3737
{

authors/glebbelov/scheduling/color_change/color_change_scheduling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"outputs": [],
3333
"source": [
3434
"# Install dependencies\n",
35-
"%pip install -q amplpy pandas"
35+
"%pip install -q amplpy pandas matplotlib"
3636
]
3737
},
3838
{

authors/jpbohorquez/generation_portfolio/generation_portfolio.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"outputs": [],
4242
"source": [
4343
"# Install dependencies\n",
44-
"%pip install -q amplpy pandas matplotlib openpyxl"
44+
"%pip install -q amplpy pandas matplotlib openpyxl ipywidgets"
4545
]
4646
},
4747
{

0 commit comments

Comments
 (0)