Skip to content

Commit

Permalink
Change tutorials to cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Jun 29, 2022
1 parent 9479066 commit 3d0080d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Radar Cookbook

[![nightly-build](https://github.com/ProjectPythiaTutorials/radar-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaTutorials/radar-cookbook/actions/workflows/nightly-build.yaml)
[![nightly-build](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder-staging.2i2c.cloud/badge_logo.svg)](https://binder-staging.2i2c.cloud/v2/gh/ProjectPythiaCookbooks/radar-cookbook/main?labpath=notebooks)

This Project Pythia Cookbook covers the basics of working with weather radar data in Python.
Expand Down Expand Up @@ -61,9 +61,9 @@ Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyt
### Running on Your Own Machine
If you are interested in running this material locally on your computer, you will need to follow this workflow:

1. Clone the ["radar-cookbook"](https://github.com/ProjectPythiaTutorials/radar-cookbook) repository
1. Clone the ["radar-cookbook"](https://github.com/ProjectPythiaCookbooks/radar-cookbook) repository
```bash
git clone https://github.com/ProjectPythiaTutorials/radar-cookbook.git
git clone https://github.com/ProjectPythiaCookbooks/radar-cookbook.git
```

2. Move into the `radar-cookbook` directory
Expand Down

0 comments on commit 3d0080d

Please sign in to comment.