From c277f36daa1a6b276d81e97a1e058c4d77bffe58 Mon Sep 17 00:00:00 2001 From: ml server Date: Wed, 22 Jan 2020 16:53:36 -0700 Subject: [PATCH] wut-web display smaller image --- notebooks/wut-web.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/wut-web.ipynb b/notebooks/wut-web.ipynb index 1de0e18..d910c7e 100644 --- a/notebooks/wut-web.ipynb +++ b/notebooks/wut-web.ipynb @@ -101,7 +101,7 @@ "metadata": {}, "outputs": [], "source": [ - "display(Image(filename=rfile, width=400))" + "display(Image(filename=rfile, width=300))" ] } ],