Skip to content

Commit

Permalink
fix kw and refresh metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 5, 2024
1 parent c806b6c commit 338bcb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notebooks/00-quick_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.1"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/01b-tabledap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
" variables = [\"longitude\", \"latitude\", \"temperature\", \"salinity\"]\n",
" url = get_download_url(\n",
" server,\n",
" dataset_id,\n",
" dataset_id=dataset_id,\n",
" protocol=\"tabledap\",\n",
" variables=variables,\n",
" response=\"csv\",\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/02-extras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.1"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/04-refactor-update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.1"
"version": "3.10.13"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 338bcb3

Please sign in to comment.