From beac6b48e74d307b8d8427b03bc1cffd9c51bbd8 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Thu, 5 May 2022 14:27:07 +1000 Subject: [PATCH] uncomment --- 02_production.ipynb | 2 +- clean/02_production.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/02_production.ipynb b/02_production.ipynb index bd7a01a9d..245f46988 100644 --- a/02_production.ipynb +++ b/02_production.ipynb @@ -7,7 +7,7 @@ "outputs": [], "source": [ "#hide\n", - "# ! [ -e /content ] && pip install -Uqq fastbook\n", + "! [ -e /content ] && pip install -Uqq fastbook\n", "import fastbook\n", "fastbook.setup_book()" ] diff --git a/clean/02_production.ipynb b/clean/02_production.ipynb index 00f5050bd..730e1eade 100644 --- a/clean/02_production.ipynb +++ b/clean/02_production.ipynb @@ -7,7 +7,7 @@ "outputs": [], "source": [ "#hide\n", - "# ! [ -e /content ] && pip install -Uqq fastbook\n", + "! [ -e /content ] && pip install -Uqq fastbook\n", "import fastbook\n", "fastbook.setup_book()" ]