diff --git a/project/ui/qprof-ui.ipynb b/project/ui/qprof-ui.ipynb
index 10c229c2..541f0baa 100644
--- a/project/ui/qprof-ui.ipynb
+++ b/project/ui/qprof-ui.ipynb
@@ -1640,6 +1640,19 @@
},
"outputs": [],
"source": [
+ "explain_warning = widgets.HTML(\"\"\"\n",
+ "\n",
+ "
\n",
+ " Warning: Correct EXPLAIN output depends on being connected to the same database where the query was run, or an equivalent database.\n",
+ "
\n",
+ "\"\"\")\n",
+ "\n",
"if comparison:\n",
" button_run_explain_plan_1 = widgets.Button(description=\"Run Explain Plan\")\n",
" explain_output_1 = widgets.Output()\n",
@@ -1710,6 +1723,7 @@
"