You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/basics/getting_started.ipynb
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,9 @@
429
429
"cell_type": "markdown",
430
430
"metadata": {},
431
431
"source": [
432
-
"## Cancel job"
432
+
"## Cancel job\n",
433
+
"\n",
434
+
"Jobs submitted to quantum backends can be requested to be cancelled by Nexus, however please note that depending on the status of the job cancellation cannot be guaranteed. Please check the job status once the cancellation request has been made to make sure."
433
435
]
434
436
},
435
437
{
@@ -438,6 +440,7 @@
438
440
"metadata": {},
439
441
"outputs": [],
440
442
"source": [
443
+
"# Lets start a job (please note this example assumes you have access to the H1-1E device)\n",
0 commit comments