Skip to content

Commit 9dfdcec

Browse files
committed
Fix data location
1 parent 8859249 commit 9dfdcec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

notebooks/convective/MUCAPE.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"source": [
4848
"## opening NetCDF file using xarray \n",
4949
"\n",
50-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
50+
"ds = xr.open_mfdataset(\"NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
5151
]
5252
},
5353
{
File renamed without changes.

notebooks/convective/TCPW.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"source": [
3939
"## opening NetCDF file using xarray \n",
4040
"\n",
41-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
41+
"ds = xr.open_mfdataset(\"NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
4242
]
4343
},
4444
{

0 commit comments

Comments
 (0)