gpgLabs
Project description
[overview](#overview) | [launching the notebooks](#launching-the-notebooks) | [running the notebooks](#running-the-notebooks) | [issues](#issues) | [contributing](#for-contributors)
# gpgLabs
[![binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/geoscixyz/gpgLabs/master?filepath=Notebooks%2Findex.ipynb) [![travis](https://travis-ci.org/geoscixyz/gpgLabs.svg?branch=master)](https://travis-ci.org/geoscixyz/gpgLabs) [![SimPEG](https://img.shields.io/badge/powered%20by-SimPEG-blue.svg)](http://simpeg.xyz)
## Overview
This is a repo of interactive examples for http://gpg.geosci.xyz.
The notebooks are available on - [Binder](https://mybinder.org/v2/gh/geoscixyz/gpgLabs/master?filepath=Notebooks%2Findex.ipynb)
- <!– <img src=”https://em.geosci.xyz/_images/DC_LayeredEarth_notebook.png” width=60% align=”center”>
–>
## Launching the notebooks
The notebooks can be run online through [Binder](#Binder), or [downloaded and run locally](#Locally).
### Binder
Launch the binder by clicking on the badge above or going to: https://mybinder.org/v2/gh/geoscixyz/gpgLabs/master?filepath=Notebooks%2Findex.ipynb. This can sometimes take a couple minutes, so be patient…
Select the notebook of interest from the contents
[Run the Jupyter notebook](#Running-the-notebooks)
![Binder-steps](https://em.geosci.xyz/_images/binder-steps.png)
### Locally
To run them locally, you will need to have python installed, preferably through [anaconda](https://www.anaconda.com/download/).
You can then clone this reposiroty. From a command line, run
` git clone https://github.com/geoscixyz/gpgLabs.git `
Then cd into gpgLabs
` cd gpgLabs `
To setup your software environment, we recommend you use the provided conda environment
` conda env create -f environment.yml source activate em-apps-environment `
alternatively, you can install dependencies through pypi ` pip install -r requirements.txt `
You can then launch Jupyter ` jupyter notebook `
Jupyter will then launch in your web-browser.
## Running the notebooks
Each cell of code can be run with shift + enter or you can run the entire notebook by selecting cell, Run All in the toolbar.
![cell-run-all](https://em.geosci.xyz/_images/run_all_cells.png)
For more information on running Jupyter notebooks, see the [Jupyter Documentation](https://jupyter.readthedocs.io/en/latest/)
## Issues
If you run into problems or bugs, please let us know by [creating an issue](https://github.com/geoscixyz/em-apps/issues/new) in this repository.
## For Contributors
### Notebook Structure
Each notebook has the following structure
Purpose : Motivation and key concepts addressed by the notebook
Setup : Overview of the relevant parameters in the problem
Questions : Guiding questions related to the purpose
App : interactive visualizations
Explore : further questions that can be explored with the app
### Setting up your environment
to develop code for these notebooks, please see https://github.com/geoscixyz/gpgLabs
add the notebook name and path to the [index](index.ipynb)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gpgLabs-0.0.12.tar.gz
.
File metadata
- Download URL: gpgLabs-0.0.12.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fee6c3292d81ed57a15f3eb77ca354822f043fa084e045003b526618f5062879 |
|
MD5 | c1ce65cae420acd27f96911f86de8536 |
|
BLAKE2b-256 | b0e01d86bc55ae0cd86683171365a3afac4642145bfb7c2a65797406ff7c796a |