From 97eeaaa4b8632451c1b07165aec39ff3720917d7 Mon Sep 17 00:00:00 2001 From: Subhendu Ranjan Mishra <850012+subhrm@users.noreply.github.com> Date: Mon, 5 Oct 2020 21:55:40 +0530 Subject: [PATCH] Fixes #712 Error in the Overview.ipynb notebook (#717) --- notebooks/Overview.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}