From 79d7d6bedae0dcf8d034adbb826020d40904da93 Mon Sep 17 00:00:00 2001 From: Johann Diedrick Date: Mon, 9 Mar 2020 14:53:06 -0400 Subject: [PATCH] uncommeting show batch --- nbs/02_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbs/02_tutorial.ipynb b/nbs/02_tutorial.ipynb index 1ea9994..5dfc069 100644 --- a/nbs/02_tutorial.ipynb +++ b/nbs/02_tutorial.ipynb @@ -183,7 +183,7 @@ "metadata": {}, "outputs": [], "source": [ - "#dbunch_cropspec.show_batch(max_n=9)" + "dbunch.show_batch(max_n=9)" ] }, {