-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change MyBinder links to VEDA Binder #188
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,21 @@ VEDA scientific computing services provide scientists the resources they need to | |
|
||
VEDA promotes the use of JupyterHub environments for interactive data science. JupyterHub enables you to analyze massive archives of Earth science data in the cloud in an interactive environment that alleviates the complexities of managing compute resources (virtual machines, roles and permissions, etc). | ||
|
||
### Limited access JupyterHub service | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. swap Limited for a more positive term, like Sponsored or ? |
||
|
||
Users affiliated with VEDA can get access to a dedicated JupyterHub service, provided in collaboration with [2i2c](https://2i2c.org/): [hub.openveda.cloud](https://hub.openveda.cloud/). Please find instructions for requesting access below. | ||
|
||
If you are a scientist affiliated with NASA projects such as [EIS](https://eis.smce.nasa.gov/about.html) and [MAAP](https://ops.maap-project.org), you can also keep using the resources provided by these projects. | ||
|
||
Through the use of [open-source technology](https://www.earthdata.nasa.gov/dashboard/about), we make sure our services are interoperable and exchangeable. | ||
|
||
### Public VEDA Binder service | ||
|
||
Some of our tutorial notebooks do not require direct data access or substantial CPU or memory resources. | ||
These can also be executed interactively in the open access [VEDA Binder](https://binder.openveda.cloud/) service, a copy of [MyBinder](https://mybinder.org/). | ||
|
||
Please note that resources in the Binder services are restricted and that your data is not stored between sessions. Any changes you make will be discarded when your session ends. | ||
|
||
|
||
## Instructory notebooks | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ The **Quickstarts** examples are further divided into two sections, which you ca | |
|
||
## How to run | ||
|
||
Every notebook contains information about how to run it. Some can run on [mybinder](https://mybinder.org/) and all can run on the VEDA JupyterHub. See [VEDA Analytics JupyterHub Access](https://nasa-impact.github.io/veda-docs/veda-jh-access.html) for information about how to gain access. | ||
Every notebook contains information about how to run it. Some can run on [Binder](https://binder.openveda.cloud/) and all can run on the [VEDA JupyterHub](https://hub.openveda.cloud/). See [VEDA Analytics JupyterHub Access](https://nasa-impact.github.io/veda-docs/veda-jh-access.html) for information about how to gain access. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we pick a different term from Binder, that doesn't really explain what it is - but rather the technical tool that allows it. Maybe something like Trial or Test |
||
|
||
### Running outside of VEDA JupyterHub | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the jupyterhub link be an internal reference to https://docs.openveda.cloud/nasa-veda-platform/scientific-computing/ ?
Or something that explains the Hub? Most people with hub access won't need the binder links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also concerned about link to https://binder.openveda.cloud if we don't have guardrails, since it might be abused by non-veda related work. @yuvipanda