Skip to content

Commit

Permalink
Fix invalid keyword (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Mar 18, 2024
1 parent 4e832e2 commit 7d215d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/using_references/Hvplot_Datashader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
" \"references/Pangeo_Forge/reference.json\",\n",
" engine=\"kerchunk\",\n",
" storage_options=storage_options,\n",
" open_dataset_options=open_dataset_options,\n",
" **open_dataset_options,\n",
")\n",
"\n",
"display(ds_kerchunk.hvplot(\"lon\", \"lat\", rasterize=True)) # noqa"
Expand Down

0 comments on commit 7d215d6

Please sign in to comment.