Updates model uncertainty visualization in Jupyter notebook

Refines presentation of model uncertainty by adding error bars to the resistivity and thickness values in the output plot.

Integrates a new table displaying layer resistivity, uncertainty, and thickness with corresponding uncertainties to enhance clarity for users.

Updates environment requirements to include `pandas` for improved data manipulation capabilities.
This commit is contained in:
2025-11-20 12:35:20 +01:00
parent 6fd467dda2
commit d0292ce28d
3 changed files with 253 additions and 116 deletions

View File

@@ -8,3 +8,4 @@ dependencies:
- pygimli>=1.5.0
- jupyterlab
- suitesparse=5.10.1
- pandas