diff --git a/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb b/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb index 0f680e7ef..59aedda6d 100644 --- a/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb +++ b/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb @@ -213,20 +213,131 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "id": "5aed0709-6746-4e30-9237-e01444d2cb43", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", - "text": [] + "text": [ + "Opening: https://platform.classiq.io/circuit/2uaKWqgcqvD7nSo09MQ9fAw2pa4?version=0.70.0\n" + ] } ], "source": [ "show(qprog)" ] }, + { + "cell_type": "code", + "execution_count": 1, + "id": "ed964278-f433-4df5-88fc-12c35f6659a4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import IFrame\n", + "\n", + "IFrame(\n", + " \"https://platform.classiq.io/circuit/2uaKWqgcqvD7nSo09MQ9fAw2pa4?version=0.70.0\",\n", + " width=700,\n", + " height=350,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "5c1a0a79-c84d-4be6-942c-48eebd5e87af", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import IFrame\n", + "\n", + "IFrame(\"https://stackoverflow.com\", width=700, height=350)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "d92319c3-0e50-4429-8e32-fc9db566468f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import IFrame\n", + "\n", + "IFrame(\"http://example.com\", width=700, height=350)" + ] + }, { "cell_type": "markdown", "id": "13b5c366-c2d9-4ee3-9f33-c5d033d34897",