Skip to content

Commit c53cce2

Browse files
last update before adding vcc image feature
1 parent ea8e1d9 commit c53cce2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lume-impact-live-demo.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"source": [
2525
"# Setup directories, and convert dashboard notebook to a script for importing\n",
26-
"!./setup.bash"
26+
"# !./setup.bash"
2727
]
2828
},
2929
{
@@ -715,7 +715,7 @@
715715
],
716716
"source": [
717717
"# Basic config\n",
718-
"result['config']"
718+
"#result['config']"
719719
]
720720
},
721721
{
@@ -761,7 +761,7 @@
761761
],
762762
"source": [
763763
"# Simulation inputs\n",
764-
"result['inputs']"
764+
"#result['inputs']"
765765
]
766766
},
767767
{
@@ -837,7 +837,7 @@
837837
],
838838
"source": [
839839
"# Simulation outputs\n",
840-
"result['outputs']"
840+
"#result['outputs']"
841841
]
842842
},
843843
{
@@ -865,8 +865,8 @@
865865
}
866866
],
867867
"source": [
868-
"from IPython.display import Image\n",
869-
"Image(filename=result['outputs']['plot_file']) "
868+
"#from IPython.display import Image\n",
869+
"#Image(filename=result['outputs']['plot_file']) "
870870
]
871871
},
872872
{
@@ -882,8 +882,8 @@
882882
"metadata": {},
883883
"outputs": [],
884884
"source": [
885-
"#while True:\n",
886-
"# run1()"
885+
"while True:\n",
886+
" run1()"
887887
]
888888
}
889889
],

0 commit comments

Comments
 (0)