Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gurobipy presentation for GDD 2024 #34

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Introduction to Gurobi Python API
This notebook was used for the Gurobi Python API session at Gurobi Days Digital 2023. It will walk you through the basics of the Gurobi Python API.
The video of the session can be watched [here](https://vimeo.com/830685647/c7f9971fda)
This notebook was used for the Gurobi Python API session at Gurobi Days Digital. It will walk you through the basics of the Gurobi Python API.

## View the notebook

[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/gurobi_days_digital_2023/intro_to_gurobipy/intro_to_gurobipy.ipynb)
[Google Colab Link](https://colab.research.google.com/github/Gurobi/modeling-examples/blob/master/intro_to_gurobipy/intro_to_gurobipy.ipynb)

----
For details on licensing or on running the notebooks, see the overview on [Modeling Examples](../../)
Expand Down
Loading
Loading