Skip to content

Commit

Permalink
Merge pull request #9 from nsdf-fabric/seamless-integration
Browse files Browse the repository at this point in the history
add cell to link url
  • Loading branch information
aashishpanta0 authored Feb 26, 2024
2 parents 9df081d + 0c4e397 commit 2a0bcc4
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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}\""
]
},
Expand All @@ -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,
Expand All @@ -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}\" "
]
},
Expand Down

0 comments on commit 2a0bcc4

Please sign in to comment.