From 6907baeb5556ea8c2d430ae5cdaa72940f498f7c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 May 2022 23:05:04 -0600 Subject: [PATCH] silence warnings on web --- notebooks/wut-web.ipynb | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/notebooks/wut-web.ipynb b/notebooks/wut-web.ipynb index 08f1487..f68e147 100644 --- a/notebooks/wut-web.ipynb +++ b/notebooks/wut-web.ipynb @@ -12,8 +12,17 @@ "#\n", "# https://spacecruft.org/spacecruft/satnogs-wut\n", "#\n", - "# GPLv3+\n", - "\n", + "# GPLv3+" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "tags": [] + }, + "outputs": [], + "source": [ "import os" ] }, @@ -42,6 +51,15 @@ "from IPython.utils import text" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "tf.get_logger().setLevel('ERROR')" + ] + }, { "cell_type": "code", "execution_count": null,