This is a collection of Jupyter notebooks to demonstrate some of the common things we do at GHSC.
Currently, to install the notebooks and their dependencies requires the use of git and conda.
Do the following (If you already have Anaconda or Miniconda installed, skip steps #2-3):
For Mac OS users:
- git clone https://github.com/mhearne-usgs/notebooks
- curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
- sh Miniconda2-latest-MacOSX-x86_64.sh
- cd notebooks
- source deactivate #this turns off any current virtual environments you may have configured
- ./setup_env.sh
- source activate notebooks
- cd notebooks
- jupyter notebook
- Select the desired notebook from the list.