Skip to content

Collection of notebooks that others might find interesting

License

Notifications You must be signed in to change notification settings

mhearne-usgs/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Collection of notebooks that others might find interesting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published