Skip to content

Commit

Permalink
Merge pull request #212 from ocefpaf/preview_page
Browse files Browse the repository at this point in the history
add preview page
  • Loading branch information
ocefpaf authored Aug 6, 2024
2 parents 9b23d97 + 643d302 commit e8aa45b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .binder/environment-python_and_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
- gridgeo
- humanize
- hvplot
- ioos-metrics
- ioos_qc
- ioos-metrics
- ipyleaflet
- joblib
- jupyter
Expand All @@ -42,6 +42,7 @@ dependencies:
- oceans
- oct2py
- odvc
- openpyxl
- palettable
- phantomjs
- pocean-core >=3.1
Expand All @@ -67,7 +68,6 @@ dependencies:
- utide
- windrose
- xarray
- xlrd
- xmltodict
- zarr
# R packages.
Expand Down
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies:
- gridgeo
- humanize
- hvplot
- ioos-metrics
- ioos_qc
- ioos-metrics
- ipyleaflet
- joblib
- jupyter
Expand All @@ -41,6 +41,7 @@ dependencies:
- oceans
- oct2py
- odvc
- openpyxl
- palettable
- phantomjs
- pocean-core >=3.1
Expand All @@ -66,6 +67,5 @@ dependencies:
- utide
- windrose
- xarray
- xlrd
- xmltodict
- zarr
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"nearby = 4\n",
"\n",
"url = (\n",
" \"http://oceanlab3.rsmas.miami.edu/erddap/\"\n",
" \"https://oceanlab3.rsmas.miami.edu/erddap/\"\n",
" f\"convert/interpolate.{response}?\"\n",
" f\"TimeLatLonTable={quote_plus(time_lat_lon)}\"\n",
" f\"&requestCSV={dataset_id}/{variable}/{algorithm}/{nearby}\"\n",
Expand Down Expand Up @@ -410,7 +410,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
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 e8aa45b

Please sign in to comment.