Skip to content

Commit

Permalink
fix (slice explorer) : Fixing config path issue for example
Browse files Browse the repository at this point in the history
  • Loading branch information
ayenpure committed Oct 18, 2024
1 parent 2598bde commit 3bf3fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jupyter/slice_explorer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"source": [
"# Initialize the DatasetBuilder using an existing example configuration\n",
"\n",
"config_path = './example_config_xarray.json'\n",
"config_path = '../example_config_xarray.json'\n",
"builder.import_config(config_path)"
]
},
Expand Down

0 comments on commit 3bf3fe4

Please sign in to comment.