diff --git a/docs/tutorials/google/start.ipynb b/docs/tutorials/google/start.ipynb index 92ae54b7be4..0f910cd3bba 100644 --- a/docs/tutorials/google/start.ipynb +++ b/docs/tutorials/google/start.ipynb @@ -175,12 +175,25 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "metadata": { "cellView": "both", - "id": "EQoTYZIEPa9S" - }, - "outputs": [], + "id": "EQoTYZIEPa9S", + "outputId": "43c72568-3bc8-4b44-871b-b9db19c9e672", + "colab": { + "base_uri": "https://localhost:8080/" + } + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Circuit:\n", + "(0, 0): ───X───M('result')───\n" + ] + } + ], "source": [ "# Define a qubit at an arbitrary grid location.\n", "qubit = cirq.GridQubit(0, 0)\n",