jupyter-meets-the-earth-scratch

Binder Build Status

Example notebooks that explore using IPywidgets for interactive exploration of data.

Usage

To run the notebooks locally, you will need to have python installed, preferably through anaconda .

You can then clone this repository. From a command line, run

git clone https://github.com/lheagy/jupyter-meets-the-earth-scratch.git

Then cd into the jupyter-meets-the-earth-scratch directory:

cd jupyter-meets-the-earth-scratch

To setup your software environment, we recommend you use the provided conda environment

conda env create -f environment.yml
conda activate jupyter-meets-the-earth

You can then launch Jupyter

jupyter notebook

Jupyter will then launch in your web-browser.