From d3d602e7386d514c65c01cee8e60c13feecd8309 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Tue, 26 Nov 2024 13:24:31 -0500 Subject: [PATCH] Update serverless-manage-resources.ipynb --- docs/guides/serverless-manage-resources.ipynb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/guides/serverless-manage-resources.ipynb b/docs/guides/serverless-manage-resources.ipynb index d21067b38a3..01257b9fb86 100644 --- a/docs/guides/serverless-manage-resources.ipynb +++ b/docs/guides/serverless-manage-resources.ipynb @@ -76,7 +76,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "475d82f0-15cc-4db3-b3b0-54b07822b2a0", "metadata": {}, "outputs": [ @@ -95,6 +95,7 @@ "from qiskit_ibm_runtime import QiskitRuntimeService\n", "from qiskit_serverless import distribute_task\n", "\n", + "# If you have not previously saved your credentials, follow instructions at https://docs.quantum.ibm.com/guides/setup-channel#iqp to authenticate with your API token.\n", "service = QiskitRuntimeService()\n", "\n", "@distribute_task(target={\"cpu\": 1})\n", @@ -213,9 +214,9 @@ "execution_count": 6, "id": "df28a92c-3585-49f0-a2ea-828a34638684", "metadata": { - "tags": [ - "remove-cell" - ] + "tags": [ + "remove-cell" + ] }, "outputs": [ { @@ -493,7 +494,7 @@ "\n", "\n", "\n", - "- See a full example that [ports existing code to Qiskit Serverless ](./serverless-port-code).\n", + "- See a full example that [ports existing code to Qiskit Serverless](./serverless-port-code).\n", "- Read a paper in which researchers used Qiskit Serverless and quantum-centric supercomputing to [explore quantum chemistry](https://arxiv.org/abs/2405.05068v1).\n", "\n", "" @@ -523,4 +524,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}