Skip to content

Tutorials

Twenty-seven chapter-by-chapter Jupyter notebooks that walk through every major module of geoeq with real data and worked examples.

Each notebook is rendered in-page (no Jupyter required to read); click a chip below or use the sidebar to open one. Download the .ipynb from the GitHub repository if you want to run interactively.

How each notebook is structured

Every notebook follows the same pattern:

  1. Import & setupimport geoeq as ge
  2. Function reference — signature, parameters, return values
  3. Basic examples — simple calls with scalar inputs
  4. Array / batch — NumPy array inputs
  5. Visualization — plots with customization
  6. Real-world problem — textbook or field scenario
  7. Practice exercises — try it yourself

Chapter index

Run the notebooks locally

All 27 notebooks are also in the GitHub repository if you want to download and execute them with your own data:

Bash
git clone https://github.com/geoeq/geoeq.git
cd geoeq/test_and_tutorial
jupyter lab