Skip to content

Commit

Permalink
Merge pull request #113 from GenevieveBuckley/fix-binder-links
Browse files Browse the repository at this point in the history
Fix another broken binder link
  • Loading branch information
GenevieveBuckley authored Sep 17, 2021
2 parents 33daf09 + 646826e commit d6b29da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2018-08-07-incremental-saga.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b29da

Please sign in to comment.