From 746b7364bc3b936f62dc9a9aabef9ec0632a1592 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Wed, 24 Feb 2021 12:49:56 -0600
Subject: [PATCH] Add ignore warnings logic to clean output of notebook

---
 power-stats.ipynb | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/power-stats.ipynb b/power-stats.ipynb
index b2512f6..30cba32 100644
--- a/power-stats.ipynb
+++ b/power-stats.ipynb
@@ -26,6 +26,16 @@
     "import matplotlib.dates as mdates"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "import warnings\n",
+    "warnings.filterwarnings('ignore')"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
-- 
GitLab