Skip to content

Commit

Permalink
update url path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marika-K committed Nov 20, 2024
1 parent 3aa698c commit 2f18297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intro_to_gurobipy/intro_to_gurobipy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
"import gurobipy as gp\n",
"from gurobipy import GRB\n",
"\n",
"url = \"https://raw.githubusercontent.com/Gurobi/modeling-examples/master/intro_to_gurobipy/data\"\n",
"url = \"https://raw.githubusercontent.com/Gurobi/modeling-examples/master/intro_to_gurobipy/data/glass4.mps.bz2\"\n",
"path_to_file, _ = urllib.request.urlretrieve(url, \"./glass4.mps.bz2\")\n",
"\n",
"# running notebook locally:\n",
Expand Down Expand Up @@ -800,7 +800,7 @@
"import gurobipy as gp\n",
"from gurobipy import GRB\n",
"\n",
"url = \"https://raw.githubusercontent.com/Gurobi/modeling-examples/master/intro_to_gurobipy/data\"\n",
"url = \"https://raw.githubusercontent.com/Gurobi/modeling-examples/master/intro_to_gurobipy/data/glass4.mps.bz2\"\n",
"path_to_file, _ = urllib.request.urlretrieve(url, \"./glass4.mps.bz2\")\n",
"\n",
"# running notebook locally:\n",
Expand Down

0 comments on commit 2f18297

Please sign in to comment.