diff --git a/power-stats.ipynb b/power-stats.ipynb
index b2512f6b038522028af0e707775906a086db8643..30cba32e7431cd1bb97225ebe75195b92509b5cd 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,