Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 6, 2024
1 parent f229f73 commit 6469398
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
],
"source": [
"url = (\n",
" \"https://github.com/ioos/notebooks_demos/\"\n",
" \"raw/main/ioos_code_lab/jupyterbook/content/code_gallery/data/\"\n",
" \"https://raw.githubusercontent.com/ioos/ioos_code_lab/main/\"\n",
" \"jupyterbook/content/code_gallery/data/\"\n",
")\n",
"file = \"MadeUpDataForBiologicalDataTraining.csv\"\n",
"df = pd.read_csv(url + file, header=[0])\n",
Expand Down

0 comments on commit 6469398

Please sign in to comment.