Skip to content

Commit

Permalink
updated date tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Jun 4, 2024
1 parent b5d5f67 commit aec1728
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -630,11 +630,7 @@
"\n",
"def on_button_clicked_run_explain_plan(b):\n",
" with explain_output:\n",
" explain = qprof.get_qplan_explain(display_trees= False)\n",
" for i in range(len(explain)):\n",
" to_print = explain[i]\n",
" if type(to_print) is str:\n",
" print(to_print)\n",
" qprof.get_qplan_explain()\n",
"\n",
"\n",
"def on_button_clicked_run_query(b):\n",
Expand Down Expand Up @@ -691,7 +687,7 @@
"</head>\n",
"<body>\n",
" <div class=\"version\">\n",
" Page version update date: 5/30/2024\n",
" Page version update date: 6/3/2024\n",
" </div>\n",
"</body>\n",
"</html>"
Expand Down

0 comments on commit aec1728

Please sign in to comment.