Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jul 2, 2024
1 parent 6fbf674 commit 45d445a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/python_dataviz/05_xarray_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"source": [
"%%capture\n",
"if 'google.colab' in str(get_ipython()):\n",
" !pip install pystac-client odc-stac rioxarray"
" !pip install pystac-client odc-stac rioxarray\n",
" !pip install --upgrade dask"
],
"metadata": {
"id": "jf7cnFbts_ES"
Expand Down

0 comments on commit 45d445a

Please sign in to comment.