simpeg — Easy Examples
Geophysical simulations and inversions
Getting started with simpeg
Installation and basic usage of simpeg.
python
# Install: pip install simpeg import simpeg # Basic simpeg usage print(f"Using simpeg") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: simpeg)
simpeg is a third-party package. Geophysical simulations and inversions. Install with: pip install simpeg
Common simpeg operations
Frequently used features of simpeg.
python
# Install: pip install simpeg import simpeg # Common simpeg patterns print(f"simpeg version: {simpeg.__version__}")
These are the most commonly used features of simpeg in everyday development.
Want to try these examples interactively?
Open Easy Playground