.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/programmers/plot_version.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_programmers_plot_version.py: biogeme.version =============== Examples of use of several functions. This is designed for programmers who need examples of use of the functions of the module. The examples are designed to illustrate the syntax. They do not correspond to any meaningful model. :author: Michel Bierlaire :date: Thu Dec 7 15:22:06 2023 .. GENERATED FROM PYTHON SOURCE LINES 15-18 .. code-block:: Python from biogeme.version import get_version, get_text, get_html, get_latex, __version__ .. GENERATED FROM PYTHON SOURCE LINES 19-20 Obtain the version number .. GENERATED FROM PYTHON SOURCE LINES 20-22 .. code-block:: Python get_version() .. rst-class:: sphx-glr-script-out .. code-block:: none '3.3.3a0' .. GENERATED FROM PYTHON SOURCE LINES 23-24 Package information in text format. .. GENERATED FROM PYTHON SOURCE LINES 24-26 .. code-block:: Python print(get_text()) .. rst-class:: sphx-glr-script-out .. code-block:: none biogeme 3.3.3a0 [2025-12-25] Home page: http://biogeme.epfl.ch Submit questions to https://groups.google.com/d/forum/biogeme Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL) .. GENERATED FROM PYTHON SOURCE LINES 27-28 Package information in HTML format .. GENERATED FROM PYTHON SOURCE LINES 28-30 .. code-block:: Python print(get_html()) .. rst-class:: sphx-glr-script-out .. code-block:: none

biogeme 3.3.3a0 [2025-12-25]

Python package

Home page: http://biogeme.epfl.ch

Submit questions to https://groups.google.com/d/forum/biogeme

Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL)

.. GENERATED FROM PYTHON SOURCE LINES 31-32 Package information in LaTeX format .. GENERATED FROM PYTHON SOURCE LINES 32-34 .. code-block:: Python print(get_latex()) .. rst-class:: sphx-glr-script-out .. code-block:: none %% biogeme 3.3.3a0 [2025-12-25] %% Home page: http://biogeme.epfl.ch %% Submit questions to https://groups.google.com/d/forum/biogeme %% Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL) .. GENERATED FROM PYTHON SOURCE LINES 35-36 Defines the `__version__` variable. .. GENERATED FROM PYTHON SOURCE LINES 36-37 .. code-block:: Python print(__version__) .. rst-class:: sphx-glr-script-out .. code-block:: none 3.3.3a0 .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.001 seconds) .. _sphx_glr_download_auto_examples_programmers_plot_version.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_version.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_version.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_version.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_