An open API service indexing awesome lists of open source software.

https://github.com/fatiando/tutorials

Tutorials that integrate the Fatiando a Terra software to solve data problems in geoscience
https://github.com/fatiando/tutorials

earth-science fatiando-a-terra geophysics geoscience python

Last synced: 2 months ago
JSON representation

Tutorials that integrate the Fatiando a Terra software to solve data problems in geoscience

Awesome Lists containing this project

README

          

# Fatiando a Terra tutorials

Jupyter notebooks with tutorials for using Fatiando a Terra software to solve
data problems in geoscience.

## 📓 Jupyter Notebooks

There are several options for running our tutorials
(follow the links by clicking on the "launch" buttons):

🚀Launch | ℹ️ Description
-- | --
[![Binder](https://img.shields.io/badge/launch-Binder-blue?style=flat-square)](https://mybinder.org/v2/gh/fatiando/tutorials/main?filepath=gravity-processing.ipynb) | Run the tutorials online through the excellent [Binder](https://mybinder.org/) service.
[![nbviewer](https://img.shields.io/badge/view-nbviewer-blue?style=flat-square)](https://nbviewer.org/github/fatiando/tutorials/blob/main/gravity-processing.ipynb) | Browse and explore the code and text in the notebooks online (but won't be able to run the code).
[![Download](https://img.shields.io/badge/download-GitHub-blue?style=flat-square)](https://github.com/fatiando/tutorials/archive/refs/heads/main.zip) | Download an archive of this repository and run the notebooks on your computer. See below for instructions.

> 🚨 **WARNING:** 🚨
> Binder will not save any changes you make and may shutdown your
> JupyterLab without warning. This is a good way to explore but if you intend
> on editing the notebook then we recommend running things on your machine.

### Running the code

To run the code on your computer, you will first need to
[install our libraries](https://www.fatiando.org/install/)
as well as Jupyter and other dependencies.
See the [`environment.yml`](environment.yml) file for a full list.