(n) The occurrence and development of events by chance in a happy or beneficial way.
Serendipyty is a Python library for learning and teaching Geophysics. The goal of this project is to introduce the concept of reproducible computational science to students with little or no programming experience. Using Python and Jupyter, the purpose of this project is to present students with an understanding of the role computation can play in providing reproducible and verifiable answers to scientific questions arising from various fields of physical sciences.
conda create -n sere python=3.6
source activate sere
# Setup
conda install numpy cython
conda install matplotlib joblib pandas
conda install jupyter
python -m ipykernel install --user --name sere --display-name "Python (sere)"
# This should install the latest version 0.0.8
pip install --upgrade -v serendipyty
Clicking the launch binder button above will launch a mybinder.org instance to reproduce this notebook.
Documentation is generated using Sphinx and uses the numpy docstring style.
- Filippo Broggini, ETH Zürich
- Erik Koene, ETH Zürich
- Simon Schneider, Utrecht University
- Ivan Vasconcelos, Utrecht University
- Feel free to open an issue to get in touch with the developers.
- Exploration and Environmental Geophysics group at ETH Zürich
- TIDES COST through a Short Term Scientific Mission at Utrecht University