Skip to content
Open
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
21 changes: 3 additions & 18 deletions docs/guides/visualize-circuit-timing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,7 @@
"execution_count": null,
"id": "ab8c6c23",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"management.get:WARNING:2025-10-22 10:56:58,128: Loading default saved account\n"
]
}
],
"outputs": [],
"source": [
"from qiskit_ibm_runtime import QiskitRuntimeService, SamplerV2\n",
"\n",
Expand Down Expand Up @@ -264,7 +256,7 @@
")\n",
"\n",
"# Display the figure\n",
"fig.show()\n",
"fig.show(renderer=\"notebook\")\n",
"\n",
"# Save to a file\n",
"# fig.write_html(\"scheduler_timing.html\")"
Expand Down Expand Up @@ -315,13 +307,6 @@
"id": "b46908a0",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"management.get:WARNING:2025-10-22 10:41:46,801: Loading default saved account\n"
]
},
{
"name": "stdout",
"output_type": "stream",
Expand Down Expand Up @@ -2658,7 +2643,7 @@
")\n",
"\n",
"# Display the figure\n",
"fig.show()\n",
"fig.show(renderer=\"notebook\")\n",
"\n",
"# Save to a file\n",
"# fig.write_html(\"scheduler_timing.html\")"
Expand Down
Loading