Skip to content

Commit

Permalink
Run on explore instead of lab
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 23, 2024
1 parent f264741 commit 422cae2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"[permamodel]: ./lessons/permamodel/index.ipynb\n",
"[best-practices]: ./lessons/best-practices/index.md\n",
"[hpc]: ./lessons/hpc/index.md\n",
"[jhub-link]: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main\n",
"[jhub-link]: https://explore.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main\n",
"[jhub-info]: https://csdms.colorado.edu/wiki/JupyterHub\n",
"[swc]: http://software-carpentry.org\n",
"[swc-license]: https://github.com/swcarpentry/python-novice-inflammation/blob/gh-pages/LICENSE.md\n",
Expand Down Expand Up @@ -72,9 +72,9 @@
"\n",
"[![Run on EarthscapeHub][badge]][jhub-link]\n",
"\n",
"to open the lessons directly on the EarthscapeHub *lab* instance!\n",
"to open the lessons directly on the EarthscapeHub *explore* instance!\n",
"\n",
"> **Note:** The EarthscapeHub *lab* instance is password-protected.\n",
"> **Note:** The EarthscapeHub *explore* instance is password-protected.\n",
" Please contact your instructor about obtaining a login,\n",
" or visit [this][jhub-info] CSDMS wiki page for more information.\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[permamodel]: ./lessons/permamodel/index.ipynb
[best-practices]: ./lessons/best-practices/index.md
[hpc]: ./lessons/hpc/index.md
[jhub-link]: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main
[jhub-link]: https://explore.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main
[jhub-info]: https://csdms.colorado.edu/wiki/JupyterHub
[swc]: http://software-carpentry.org
[swc-license]: https://github.com/swcarpentry/python-novice-inflammation/blob/gh-pages/LICENSE.md
Expand Down Expand Up @@ -65,9 +65,9 @@ Click this button:

[![Run on EarthscapeHub][badge]][jhub-link]

to open the lessons directly on the EarthscapeHub *lab* instance!
to open the lessons directly on the EarthscapeHub *explore* instance!

> **Note:** The EarthscapeHub *lab* instance is password-protected.
> **Note:** The EarthscapeHub *explore* instance is password-protected.
Please contact your instructor about obtaining a login,
or visit [this][jhub-info] CSDMS wiki page for more information.

Expand Down
8 changes: 4 additions & 4 deletions lessons/jupyter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Click this button:

[![Run on EarthscapeHub][badge]][jhub-link]

to open the lessons directly on the EarthscapeHub *lab* instance!
to open the lessons directly on the EarthscapeHub *explore* instance!

> **Note:** The EarthscapeHub *lab* instance is password-protected.
> **Note:** The EarthscapeHub *explore* instance is password-protected.
Please contact your instructor about obtaining a login,
or visit [this][jhub-info] CSDMS wiki page for more information.

Expand Down Expand Up @@ -88,8 +88,8 @@ The majority of the CSDMS Ivy course material is built as notebooks.
<!-- Links, by alpha -->

[badge]: https://img.shields.io/badge/Run%20on-EarthscapeHub-orange
[jhub]: https://lab.openearthscape.org
[jhub-link]: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main
[jhub]: https://explore.openearthscape.org
[jhub-link]: https://explore.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2FREADME.ipynb%3Fautodecode&branch=main
[jhub-info]: https://csdms.colorado.edu/wiki/JupyterHub
[ipython]: https://ipython.org/
[jupyter]: https://jupyter.org/
Expand Down
2 changes: 1 addition & 1 deletion lessons/shell/nbgitpuller-link.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# Make links through the nbgitpuller-link CLI.

HUB=https://lab.openearthscape.org
HUB=https://explore.openearthscape.org
REPO=https://github.com/csdms/ivy
BRANCH=main
FILE=lessons/pymt/index.ipynb
Expand Down

0 comments on commit 422cae2

Please sign in to comment.