From 646826ece05872c79a5bc3014a7901f0e729adbf Mon Sep 17 00:00:00 2001 From: GenevieveBuckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Fri, 17 Sep 2021 11:42:02 +1000 Subject: [PATCH] Last updated binder link --- _posts/2018-08-07-incremental-saga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-08-07-incremental-saga.md b/_posts/2018-08-07-incremental-saga.md index 49afba66..48f354fc 100644 --- a/_posts/2018-08-07-incremental-saga.md +++ b/_posts/2018-08-07-incremental-saga.md @@ -189,7 +189,7 @@ def full_saga(data, max_iter=100, callback=None): ### Step 2: Apply dask.delayed Once functions neither modified their inputs nor relied on global state we went -over a [dask.delayed example](https://mybinder.org/v2/gh/dask/dask-examples/master?filepath=delayed.ipynb), +over a [dask.delayed example](https://mybinder.org/v2/gh/dask/dask-examples/main?urlpath=%2Ftree%2Fdelayed.ipynb), and then applied the `@dask.delayed` decorator to the functions that Fabian had written. Fabian did this at first in about five minutes and to our mutual surprise, things actually worked