Skip to content

Commit 1402f37

Browse files
committed
capture fix
1 parent 293d846 commit 1402f37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

hands-on/session II/1.Tutorial.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,8 @@
972972
"metadata": {},
973973
"outputs": [],
974974
"source": [
975-
"%%capture # donot remove. This prevents the debugging information that openvisuspy prints by default.\n",
975+
"%%capture \n",
976+
"# donot remove the line above. This prevents the debugging information that openvisuspy prints by default.\n",
976977
"## Stop this cell before running another visualization dashboard\n",
977978
"!python -m panel serve Materials/openvisuspy/src/openvisuspy/dashboards --log-file \"Materials/files/log.log\" --dev --allow-websocket-origin='*' --address=\"{ADDRESS}\" --port \"{PORT}\" --args \"{URL}\" "
978979
]
@@ -1021,7 +1022,8 @@
10211022
"metadata": {},
10221023
"outputs": [],
10231024
"source": [
1024-
"%%capture # donot remove. This prevents the debugging information that openvisuspy prints by default.\n",
1025+
"%%capture \n",
1026+
"# donot remove the line above. This prevents the debugging information that openvisuspy prints by default.\n",
10251027
"## Stop this cell before running another visualization dashboard\n",
10261028
"!python -m panel serve Materials/openvisuspy/src/openvisuspy/dashboards --log-file \"Materials/files/log.log\" --dev --allow-websocket-origin='*' --address=\"{ADDRESS}\" --port \"{PORT}\" --args \"{URL}\""
10271029
]
@@ -1063,7 +1065,8 @@
10631065
"metadata": {},
10641066
"outputs": [],
10651067
"source": [
1066-
"%%capture # donot remove. This prevents the debugging information that openvisuspy prints by default.\n",
1068+
"%%capture \n",
1069+
"# donot remove the line above. This prevents the debugging information that openvisuspy prints by default.\n",
10671070
"## Stop this cell before running another visualization dashboard\n",
10681071
"!python -m panel serve Materials/openvisuspy/src/openvisuspy/dashboards --log-file \"Materials/files/log.log\" --dev --allow-websocket-origin='*' --address=\"{ADDRESS}\" --port \"{PORT}\" --args \"{URL}\""
10691072
]

0 commit comments

Comments
 (0)