Skip to content

Commit e83d286

Browse files
committed
remove obselete links to mybinder.org
1 parent 719ed18 commit e83d286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dask Cookbook
22

33
[![nightly-build](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml)
4-
[![Binder](https://mybinder.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/ProjectPythia/dask-cookbook/main?labpath=notebooks)
4+
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/ProjectPythia/dask-cookbook/main?labpath=notebooks)
55
[![DOI](https://zenodo.org/badge/610934658.svg)](https://zenodo.org/badge/latestdoi/610934658)
66

77
This Project Pythia Cookbook provides a comprehensive guide to understanding the basic concepts and collections of Dask as well as its integration with Xarray.
@@ -41,12 +41,12 @@ Finally, we will discuss some best practices regarding Dask+Xarray.
4141

4242
## Running the Notebooks
4343

44-
You can either run the notebook using [Binder](https://mybinder.org/) or on your local machine.
44+
You can either run the notebook using [Binder](https://binder.projectpythia.org/) or on your local machine.
4545

4646
### Running on Binder
4747

4848
The simplest way to interact with a Jupyter Notebook is through
49-
[Binder](https://mybinder.org/), which enables the execution of a
49+
[Binder](https://binder.projectpythia.org/), which enables the execution of a
5050
[Jupyter Book](https://jupyterbook.org) in the cloud. The details of how this works are not
5151
important for now. All you need to know is how to launch a Pythia
5252
Cookbooks chapter via Binder. Simply navigate your mouse to

0 commit comments

Comments
 (0)