File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
],
24
24
"source": [
25
25
"# Setup directories, and convert dashboard notebook to a script for importing\n",
26
- "!./setup.bash"
26
+ "# !./setup.bash"
27
27
]
28
28
},
29
29
{
715
715
],
716
716
"source": [
717
717
"# Basic config\n",
718
- "result['config']"
718
+ "# result['config']"
719
719
]
720
720
},
721
721
{
761
761
],
762
762
"source": [
763
763
"# Simulation inputs\n",
764
- "result['inputs']"
764
+ "# result['inputs']"
765
765
]
766
766
},
767
767
{
837
837
],
838
838
"source": [
839
839
"# Simulation outputs\n",
840
- "result['outputs']"
840
+ "# result['outputs']"
841
841
]
842
842
},
843
843
{
865
865
}
866
866
],
867
867
"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']) "
870
870
]
871
871
},
872
872
{
882
882
"metadata": {},
883
883
"outputs": [],
884
884
"source": [
885
- "# while True:\n",
886
- "# run1()"
885
+ "while True:\n",
886
+ " run1()"
887
887
]
888
888
}
889
889
],
You can’t perform that action at this time.
0 commit comments