diff --git a/test/jupyter_lab/2024,09,24/Untitled.ipynb b/test/jupyter_lab/2024,09,24/Untitled.ipynb index 4e54af9..bfa0978 100644 --- a/test/jupyter_lab/2024,09,24/Untitled.ipynb +++ b/test/jupyter_lab/2024,09,24/Untitled.ipynb @@ -98,9 +98,29 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "id": "c020e956-5a47-4088-9d7c-278b53d48233", "metadata": {}, + "outputs": [ + { + "ename": "SyntaxError", + "evalue": "invalid syntax (1686139774.py, line 2)", + "output_type": "error", + "traceback": [ + "\u001b[0;36m Cell \u001b[0;32mIn[10], line 2\u001b[0;36m\u001b[0m\n\u001b[0;31m [4.+0.j,5.+0.j,6.+0.j]],dtype=complex64)\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n" + ] + } + ], + "source": [ + "array=([[1.+0.j,2.+0.j,3.+0.j],\n", + " [4.+0.j,5.+0.j,6.+0.j]],dtype=complex64)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "09f5ea61-1723-4dd6-b4e6-67d8c59d7637", + "metadata": {}, "outputs": [], "source": [] }