diff --git a/notebooks/Overview.ipynb b/notebooks/Overview.ipynb index a96cb061607..1711da59ae1 100644 --- a/notebooks/Overview.ipynb +++ b/notebooks/Overview.ipynb @@ -1225,7 +1225,7 @@ }, "source": [ "# You can access various attributes of the datasets before downloading them\n", - "squad_dataset = list_datasets()[datasets.index('squad')]\n", + "squad_dataset = list_datasets(with_details=True)[datasets.index('squad')]\n", "\n", "pprint(squad_dataset.__dict__) # It's a simple python dataclass" ], @@ -3368,4 +3368,4 @@ "outputs": [] } ] -} \ No newline at end of file +}