Skip to content

Commit 1d18ddb

Browse files
authored
Update 05_intro_to_dask.ipynb - update URL for Dask diagram
1 parent be7c673 commit 1d18ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/05_intro_to_dask.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"A crucal difference with Dask is that we must specify the `chunks` argument.\n",
161161
"\"Chunks\" describes how the array is split up over many sub-arrays.\n",
162162
"\n",
163-
"![Dask Arrays](http://docs.dask.org/en/latest/_images/dask-array-black-text.svg)\n",
163+
"![Dask Arrays](https://docs.dask.org/en/latest/_images/dask-array.svg)\n",
164164
"_source:\n",
165165
"[Dask Array Documentation](http://docs.dask.org/en/latest/array-overview.html)_\n",
166166
"\n",

0 commit comments

Comments
 (0)