Skip to content

Commit

Permalink
Add dask logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Mar 7, 2024
1 parent 25ce20d commit 761afd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/examples/parallel-computing-with-dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"source": [
"## Dask Best Practices\n",
"\n",
"<div style=\"text-align:center\">\n",
" <img src=\"../_static/dask-logo.svg\" alt=\"Dask logo\" style=\"display: inline-block; width:300px;\">\n",
"</div>\n",
"\n",
"- **Use NumPy**\n",
" - If your data fits comfortably in RAM and you are not performance bound, then using NumPy might be the right choice.\n",
" - Dask adds another layer of complexity which may get in the way.\n",
Expand Down

0 comments on commit 761afd0

Please sign in to comment.