From a06eeb39fe5473770079e8aff870fb31719bf430 Mon Sep 17 00:00:00 2001 From: Umar Farooq Ghumman Date: Mon, 7 Apr 2025 15:39:35 -0500 Subject: [PATCH] Update qprof-ui.ipynb Removed the outdated d3 libraries which were causing issue for the tree to display. --- project/ui/qprof-ui.ipynb | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/project/ui/qprof-ui.ipynb b/project/ui/qprof-ui.ipynb index 541f0baa..e5a1172e 100644 --- a/project/ui/qprof-ui.ipynb +++ b/project/ui/qprof-ui.ipynb @@ -392,33 +392,6 @@ "display(top_accordion)" ] }, - { - "cell_type": "code", - "execution_count": null, - "id": "abc47c4f-bd5a-491c-8c29-6ea00840aaa8", - "metadata": {}, - "outputs": [], - "source": [ - "logging.info(f'[Query Profile Tree Page] Running the script to automatically display the tree')\n", - "from IPython.display import display,clear_output, IFrame, HTML\n", - "html_code = '''\n", - "\n", - "\n", - "\n", - "\n", - " \n", - "\n", - "\n", - "\n", - "
\n", - " \n", - " \n", - " \n", - "\n", - "\n", - "'''" - ] - }, { "cell_type": "code", "execution_count": null, @@ -426,7 +399,6 @@ "metadata": {}, "outputs": [], "source": [ - "display(HTML(html_code))\n", "logging.info(f'[Query Profile Tree Page] Completed the script to automatically display the tree')\n", "\n", "def create_tooltip(text):\n",