You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/examples.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
Examples
2
2
========
3
3
4
-
This section provides complete modelling examples to demonstrate the capabilities of ``gurobipy-pandas``. The examples are intentionally kept small so that they can be solved using the :doc:`gurobipy trial license<license>`.
4
+
This section provides complete modelling examples to demonstrate the
5
+
capabilities of ``gurobipy-pandas``. The examples are intentionally kept
6
+
small so that they can be solved using the
7
+
:doc:`gurobipy trial license<license>`.
5
8
6
-
All example notebooks and input data files are available :ghsrc:`on Github <docs/source/examples>`. The notebooks are stored in MyST markdown format. To run them in a Jupyter environment, you will need to install `Jupytext <https://jupytext.readthedocs.io/en/latest/>`_.
9
+
If you would like to run the examples as Jupyter notebooks yourself, you can
10
+
:download:`download all examples and data </artifact/gurobipy-pandas-examples.zip>`
11
+
as a zip archive. You will need a local Jupyter environment to view and run
0 commit comments