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 broken mybinder links for dask-examples notebooks #112

Merged
merged 1 commit into from
Sep 17, 2021
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
4 changes: 2 additions & 2 deletions _posts/2018-07-08-dask-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ learning, etc.
Now [Scott Sievert](https://stsievert.com/) is expanding the examples within
the machine learning section. He has submitted the following two so far:

1. [Incremental training with Scikit-Learn and large datasets](https://mybinder.org/v2/gh/dask/dask-examples/master?filepath=machine-learning%2Fincremental.ipynb)
2. [Dask and XGBoost](https://mybinder.org/v2/gh/dask/dask-examples/master?filepath=machine-learning%2Fxgboost.ipynb)
1. [Incremental training with Scikit-Learn and large datasets](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=%2Ftree%2Fmachine-learning%2Fincremental.ipynb)
2. [Dask and XGBoost](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=%2Ftree%2Fmachine-learning%2Fxgboost.ipynb)

I believe he's planning on more. If you use
[dask-ml](http://dask-ml.readthedocs.io/en/latest/) and have recommendations or
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-09-05-dask-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ laptop or for a small cloud instance. These are hosted on
A number of new examples have arisen recently, particularly in machine
learning. We encourage people to try them out by clicking the link below.

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/master)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/main)


Other Projects
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-09-17-dask-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ users try out Dask on a small cloud instance using
[mybinder.org](https://mybinder.org). If you want to try out Dask and
JupyterLab together then head here:

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/master?urlpath=lab)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=lab)

Thanks to [Ian Rose](https://github.com/ian-r-rose) for managing this.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-09-27-docs-refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ways:

2. As live-runnable notebooks on the cloud using [mybinder.org](https://mybinder.org).
You can play with any of these notebooks by clicking on this button:
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/master?urlpath=lab).
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=lab).

This allows people to explore more deeply. Also, because we've connected
up the Dask JupyterLab extension to this environment, users get an
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-08-05-user-survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These results help us better understand the Dask community and will guide future

The raw data, as well as the start of an analysis, can be found in this binder:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dask/dask-examples/master?filepath=surveys/2019.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=%2Ftree%2Fsurveys%2F2019.ipynb)

Let us know if you find anything in the data.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-09-22-user_survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These results help us better understand the Dask community and will guide future

The raw data, as well as the start of an analysis, can be found in this binder:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dask/dask-examples/master?filepath=surveys/2020.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=%2Ftree%2Fsurveys%2F2020.ipynb)

Let us know if you find anything in the data.

Expand Down