Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path to binder #92

Merged
merged 2 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ERAD 2022 Open Radar Science Shortcourse

[![nightly-build](https://github.com/openradar/erad2022/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/openradar/erad2022/actions/workflows/nightly-build.yaml)
[![Binder](http://binder.mypythia.org/badge_logo.svg)](http://binder.mypythia.org/v2/gh/openradar/erad2022/main?labpath=notebooks)
[![Binder](http://binder.projectpythia.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/openradar/erad2022/main?labpath=notebooks)

This tutorial covers how to get started with the Open Radar Science stack!

Expand Down
4 changes: 2 additions & 2 deletions introductions/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Here is the link if you do have one already:

### 2. Log into Pangeo Binder
Next, sign in and authenticate the Pangeo Binder, which is the platform we will use for the workshop:
- [Pythia Binder Link](http://binder.mypythia.org)
- [Pythia Binder Link](http://binder.projectpythia.org)

The JupyterHub instance we use for this course is relatively small in memory and compute power (~10 GB of memory, 2 CPU cores). For more information about all of the open computational resrouces available within the Pangeo community, check out the [Pangeo Cloud](https://pangeo.io/cloud.html) documentation.

### 3. Launch our Environment
Now that we have our authentication set up, we can access our content!

Use the following link to launch into the binder:
- [Binder Link](http://binder.mypythia.org/v2/gh/openradar/erad2022/main?labpath=notebooks)
- [Binder Link](http://binder.projectpythia.org/v2/gh/openradar/erad2022/main?labpath=notebooks)

If you are having issues with that (ex. it is taking a long time), try using the following link:
```
Expand Down