diff --git a/demo_hdf5_data_sharing_and_plotting.ipynb b/demo_hdf5_data_sharing_and_plotting.ipynb index 390aee6..c9f9367 100644 --- a/demo_hdf5_data_sharing_and_plotting.ipynb +++ b/demo_hdf5_data_sharing_and_plotting.ipynb @@ -34,7 +34,7 @@ "from hdf5_lib import read_hdf5_as_dataframe\n", "\n", "# Define h5 file name and make sure file is located at the current working dir\n", - "filename = 'FileList.h5'\n", + "filename = 'input_files\\\\FileList.h5'\n", "\n", "# Read h5 file into dataframe\n", "dataframe = read_hdf5_as_dataframe(filename)\n", @@ -46,7 +46,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "metadata": {}, "outputs": [ {