Skip to content

geoscixyz/em_examples

Repository files navigation

🚨🚨🚨This repository is no longer maintained. Please head over to geosci-labs for active development 🚨🚨🚨

em_examples

binder azure travis pypi

This is a repository of code used to power the notebooks and interactive examples for http://em.geosci.xyz. The associated notebooks are in the repository em_apps. The notebooks are available on

The examples are based on code available in SimPEG.

Why

Interactive visualizations are a powerful way to interrogate mathematical equations. The goal of this repository is to be the home for code that can be plugged into jupyter notebooks so that we can play with the governing equations of geophysical electromagnetics.

Scope

The repository contains the python code to run the ipython-widget style apps in http://github.com/geoscixyz/em-apps. These are mainly plotting code and some simple analytics. More complex numerical simulations depend on SimPEG

Installing

em_examples is on PyPi

pip install em_examples

For developers you can clone this repo from github:

git clone https://github.com/geoscixyz/em_examples.git

and install

python setup.py install