Skip to content

timbr-io/idaho-notebooks

Repository files navigation

idaho-notebooks

Setup

The setup procedure assumes that Continuum.io's Anaconda Python Distribution is installed and you have already cloned this repository onto your computer. From this folder, create a conda environment named "ship", with the necessary dependencies installed, activate it, and launch the jupyter notebook using the following commands:

idaho-notebooks $ conda env create -f environment.yml
idaho-notebooks $ source activate ship
idaho-notebooks $ pip install git+git://github.com/timbr-io/idaho-map.git
(idaho) idaho-notebooks $ jupyter notebook

Make sure that your gbdx credientials are setup at $HOME/.gbdx-auth according to the instructions available here, or you can specify them in the notebook.

Environment Setup Issues

If you already have an environment name "ship" setup, setup will fail. Removing the "ship" environment by running conda env remove -n ship will allow setup to succeed.

Running the notebook

Just execute the cells!

About

A collection of IDAHO Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published