diff --git a/notebooks/computer_server_nb.ipynb b/notebooks/computer_server_nb.ipynb index fee6e048..8a6867ba 100644 --- a/notebooks/computer_server_nb.ipynb +++ b/notebooks/computer_server_nb.ipynb @@ -49,36 +49,6 @@ "## Start the Computer server" ] }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "==> Starting computer-server on 0.0.0.0:8000...\n", - "Starting computer-server on 0.0.0.0:8000...\n", - "\u001b[32mINFO\u001b[0m: Started server process [\u001b[36m65480\u001b[0m]\n", - "\u001b[32mINFO\u001b[0m: Waiting for application startup.\n", - "\u001b[32mINFO\u001b[0m: Application startup complete.\n", - "\u001b[32mINFO\u001b[0m: Uvicorn running on \u001b[1mhttp://0.0.0.0:8000\u001b[0m (Press CTRL+C to quit)\n", - "^C\n", - "\u001b[32mINFO\u001b[0m: Shutting down\n", - "\u001b[32mINFO\u001b[0m: Waiting for application shutdown.\n", - "\u001b[32mINFO\u001b[0m: Application shutdown complete.\n", - "\u001b[32mINFO\u001b[0m: Finished server process [\u001b[36m65480\u001b[0m]\n" - ] - } - ], - "source": [ - "import os\n", - "# os.chdir('../../scripts')\n", - "\n", - "! ./run_computer_server.sh\n" - ] - }, { "cell_type": "code", "execution_count": null, @@ -109,7 +79,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.13.5" } }, "nbformat": 4,