Skip to content

Files

Latest commit

877d123 · Nov 15, 2016

History

History
33 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 771 Bytes

notebooks

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:

  1. git clone https://github.com/mhearne-usgs/notebooks
  2. curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
  3. sh Miniconda2-latest-MacOSX-x86_64.sh
  4. cd notebooks
  5. source deactivate #this turns off any current virtual environments you may have configured
  6. ./setup_env.sh
  7. source activate notebooks
  8. cd notebooks
  9. jupyter notebook
  10. Select the desired notebook from the list.