Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -392,41 +392,13 @@
"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",
"<!DOCTYPE html>\n",
"<html>\n",
"<meta charset=\"utf-8\">\n",
"<head>\n",
" <link rel=\"modulepreload\" href=\"https://d3js.org/d3.v5.min.js\" >\n",
"\n",
"</head>\n",
"<body>\n",
" <div id=\"graph\" style=\"text-align: center;\"></div>\n",
" <script src=\"https://d3js.org/d3.v5.min.js\" type=\"module\"></script>\n",
" <script src=\"https://unpkg.com/@hpcc-js/wasm@0.3.11/dist/index.min.js\"></script>\n",
" <script src=\"https://unpkg.com/d3-graphviz@3.0.5/build/d3-graphviz.js\"></script>\n",
"</body>\n",
"</html>\n",
"'''"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7ad589fc-a4eb-4262-8aca-30a103dceb4d",
"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",
Expand Down