Skip to content

Commit

Permalink
last update before adding vcc image feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Mar 5, 2021
1 parent ea8e1d9 commit c53cce2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lume-impact-live-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"source": [
"# Setup directories, and convert dashboard notebook to a script for importing\n",
"!./setup.bash"
"# !./setup.bash"
]
},
{
Expand Down Expand Up @@ -715,7 +715,7 @@
],
"source": [
"# Basic config\n",
"result['config']"
"#result['config']"
]
},
{
Expand Down Expand Up @@ -761,7 +761,7 @@
],
"source": [
"# Simulation inputs\n",
"result['inputs']"
"#result['inputs']"
]
},
{
Expand Down Expand Up @@ -837,7 +837,7 @@
],
"source": [
"# Simulation outputs\n",
"result['outputs']"
"#result['outputs']"
]
},
{
Expand Down Expand Up @@ -865,8 +865,8 @@
}
],
"source": [
"from IPython.display import Image\n",
"Image(filename=result['outputs']['plot_file']) "
"#from IPython.display import Image\n",
"#Image(filename=result['outputs']['plot_file']) "
]
},
{
Expand All @@ -882,8 +882,8 @@
"metadata": {},
"outputs": [],
"source": [
"#while True:\n",
"# run1()"
"while True:\n",
" run1()"
]
}
],
Expand Down

0 comments on commit c53cce2

Please sign in to comment.