pangeo-data / cookiecutter-pangeo-binder

Pangeo-Binder Cookiecutter Template
https://pangeo-binder.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

play-by-play cookie cutter test #6

Open rsignell-usgs opened 5 years ago

rsignell-usgs commented 5 years ago

I successfully used cookiecutter-pangeo-binder to create a repo called "hurricane_trimesh": https://github.com/rsignell-usgs/hurricane_trimesh

Here's the play-by-play:

  1. On Github GUI, created a new repo called "hurricane_trimesh".

  2. Answered the questions, using "hurricane_trimesh" as project name: 2018-10-18_15-27-07

  3. Verified that hurricane_trimesh folder got created locally: 2018-10-18_15-28-22

  4. Pushed to github following the github instructions for creating a new repository from the command line: 2018-10-18_15-41-18

  5. Added my notebooks, changed the environment.yml to suit my environment needs, and modified postBuild to specify a specific version of the jupyterlab-manager extension that is compatible with the specific version of the jupyterlab python package.

  6. Clicked the "launch binder" button and waited (about 20 min) for binder.pangeo.io to build and launch.

  7. Started up trimesh notebook: the kube cluster spun up in only a few minutes.

  8. Calculated the max water level and interactively browsed the output with pyviz: 2018-10-18_16-38-31

Thanks @jhamman for an awesome tool!

jhamman commented 5 years ago

@rsignell-usgs - I'm not sure how to close this issue. I added a bit in the pangeo-binder docs on how to use this: https://pangeo-binder.readthedocs.io/en/latest/#using-the-pangeo-binder-cookiecutter

We can certainly add more to this section.