From 0c4e397f61292d1bd90367b47a99fcce4a62eeb1 Mon Sep 17 00:00:00 2001 From: Aashish Panta <55815492+aashishpanta0@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:37:50 -0700 Subject: [PATCH] add cell to link url --- Tutorial.ipynb | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Tutorial.ipynb b/Tutorial.ipynb index 8e27639..cd80e43 100644 --- a/Tutorial.ipynb +++ b/Tutorial.ipynb @@ -999,6 +999,16 @@ " print('Data loaded locally earlier; Change loadSeal to `True` to load data from sealstorage')" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "7d899a84-ac95-4b7d-b026-4e6a503391db", + "metadata": {}, + "outputs": [], + "source": [ + "print(\"After running the next cell, Visit http://0.0.0.0:8989 to explore the dashboard\")" + ] + }, { "cell_type": "markdown", "id": "781b37ea-c79c-414c-bae0-99b101901b29", @@ -1015,7 +1025,6 @@ "outputs": [], "source": [ "%%capture\n", - "print(\"Visit http://0.0.0.0:8989 to explore the dashboard\")\n", "!python -m panel serve openvisuspy/src/openvisuspy/dashboards --log-file \"files/log.log\" --dev --allow-websocket-origin='*' --address=\"{ADDRESS}\" --port \"{PORT}\" --args \"{URL}\"" ] }, @@ -1040,6 +1049,16 @@ "print(\"You have successfully loaded the IDX CONUS data from remote storage.\")" ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "5da63eed-06aa-418f-911f-fed2a599cc6e", + "metadata": {}, + "outputs": [], + "source": [ + "print(\"After running the next cell, Visit http://0.0.0.0:8989 to explore the dashboard\")" + ] + }, { "cell_type": "code", "execution_count": null, @@ -1048,7 +1067,6 @@ "outputs": [], "source": [ "%%capture\n", - "print(\"Visit http://0.0.0.0:8989 to explore the dashboard\")\n", "!python -m panel serve openvisuspy/src/openvisuspy/dashboards --log-file \"files/log.log\" --dev --allow-websocket-origin='*' --address=\"{ADDRESS}\" --port \"{PORT}\" --args \"{URL}\" " ] },