Skip to content

Commit

Permalink
Fix Introductory notebook
Browse files Browse the repository at this point in the history
  - Use ERDDAP Sensors Gold Standard server
  - Change constraints and dataset_id
  • Loading branch information
vinisalazar committed Feb 22, 2023
1 parent 1c1123a commit 4450b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/00-quick_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"]\n",
"\n",
"e.constraints = {\n",
" \"time>=\": \"now-7days\",\n",
" \"time>=\": \"2000-01-01\",\n",
"}\n",
"\n",
"\n",
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"gist_id": "3f0f25b13ade0c64c84607bd92903d1b",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10.4 ('erddapy')",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit 4450b10

Please sign in to comment.