You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A commercial building owner seeking advice on what to do with their PV systems as their rooftop ages: decommissioning the system, reinstalling the current setup after roof maintenance, or repowering with newer, more efficient technology</p>
455
455
<sectionid="python-imports">
456
456
<h2>0. Python Imports<aclass="headerlink" href="#python-imports" title="Link to this heading">#</a></h2>
457
-
<p>If running on google colab, uncomment (remove the # sign) from the next cell and execute it to install the dependencies and prevent “ModuleNotFoundError” in later cells.</p>
457
+
<p>If running on google colab, the below cell will Install the requirements as well as download the files into your working space.</p>
<spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Running in Google Colab — Installing and Downloading files..."</span><spanclass="p">)</span>
<spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"Not in Colab — skipping Install and downloads."</span><spanclass="p">)</span>
506
+
</pre></div>
507
+
</div>
508
+
</div>
509
+
<divclass="cell_output docutils container">
510
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>Not in Colab — skipping Install and downloads.
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
594
+
operable program or batch file.
595
+
</pre></div>
596
+
</div>
597
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
598
+
operable program or batch file.
599
+
</pre></div>
600
+
</div>
601
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
602
+
operable program or batch file.
603
+
</pre></div>
604
+
</div>
605
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
606
+
operable program or batch file.
607
+
</pre></div>
608
+
</div>
609
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'ls' is not recognized as an internal or external command,
610
+
operable program or batch file.
611
+
</pre></div>
612
+
</div>
613
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
614
+
operable program or batch file.
615
+
</pre></div>
616
+
</div>
617
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
618
+
operable program or batch file.
619
+
</pre></div>
620
+
</div>
621
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
622
+
operable program or batch file.
623
+
</pre></div>
624
+
</div>
625
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'wget' is not recognized as an internal or external command,
626
+
operable program or batch file.
627
+
</pre></div>
628
+
</div>
629
+
<divclass="output stderr highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>'ls' is not recognized as an internal or external command,
630
+
operable program or batch file.
631
+
</pre></div>
632
+
</div>
633
+
</div>
634
+
</div>
507
635
</section>
508
636
<sectionid="set-up-base-case">
509
637
<h2>1. Set up base case<aclass="headerlink" href="#set-up-base-case" title="Link to this heading">#</a></h2>
0 commit comments