Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
deploy: f980aae
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Mar 21, 2024
1 parent 1404bee commit a15d3e7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,14 @@ <h3>THIS IS A 2-STEP PROCESS<a class="headerlink" href="#this-is-a-2-step-proces
<section id="jupyter-book-docs">
<h3>Jupyter Book docs<a class="headerlink" href="#jupyter-book-docs" title="Permalink to this heading">#</a></h3>
<p>The full tutorial is now also hosted as a beautiful <a class="reference external" href="https://jupyterbook.org/intro.html">Jupyter book</a>. This book has navigation, search, and can even run code cells interactively. Check it out!</p>
<p><a class="reference external" href="https://pvsc-python-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html">https://pvsc-python-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html</a></p>
<p><a class="reference external" href="https://pv-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html">https://pv-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html</a></p>
</section>
<section id="my-binder">
<h3>My Binder<a class="headerlink" href="#my-binder" title="Permalink to this heading">#</a></h3>
<p>After the conference the tutorials will remain available here on GitHub, and you can run
the tutorial anytime in <a class="reference external" href="https://mybinder.org">Binder</a> by clicking the
following link:</p>
<p><a class="reference external" href="https://mybinder.org/v2/gh/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling/main"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a></p>
<p><a class="reference external" href="https://mybinder.org/v2/gh/PV-Tutorials/pyData-2021-Solar-PV-Modeling/main"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a></p>
</section>
<section id="locally">
<h3>Locally<a class="headerlink" href="#locally" title="Permalink to this heading">#</a></h3>
Expand All @@ -447,15 +447,15 @@ <h3>Locally<a class="headerlink" href="#locally" title="Permalink to this headin
<ol class="arabic">
<li><p>Install <a class="reference external" href="https://docs.conda.io/en/latest/miniconda.html">miniconda</a>.</p></li>
<li><p>Clone the repository:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">PVSC</span><span class="o">-</span><span class="n">Python</span><span class="o">-</span><span class="n">Tutorials</span><span class="o">/</span><span class="n">pyData</span><span class="o">-</span><span class="mi">2021</span><span class="o">-</span><span class="n">Solar</span><span class="o">-</span><span class="n">PV</span><span class="o">-</span><span class="n">Modeling</span><span class="o">.</span><span class="n">git</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">PV</span><span class="o">-</span><span class="n">Tutorials</span><span class="o">/</span><span class="n">pyData</span><span class="o">-</span><span class="mi">2021</span><span class="o">-</span><span class="n">Solar</span><span class="o">-</span><span class="n">PV</span><span class="o">-</span><span class="n">Modeling</span><span class="o">.</span><span class="n">git</span>
</pre></div>
</div>
</li>
<li><p>Create the environment and install the requirements. The repository includes
a <code class="docutils literal notranslate"><span class="pre">requirements.txt</span></code> file that contains a list the packages needed to run
this tutorial. To install them using conda run:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">-</span><span class="n">n</span> <span class="n">pvsc48</span> <span class="n">jupyter</span> <span class="o">-</span><span class="n">c</span> <span class="n">pvlib</span> <span class="o">--</span><span class="n">file</span> <span class="n">requirements</span><span class="o">.</span><span class="n">txt</span>
<span class="n">conda</span> <span class="n">activate</span> <span class="n">pvsc48</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">-</span><span class="n">n</span> <span class="n">pvtutorials</span> <span class="n">jupyter</span> <span class="o">-</span><span class="n">c</span> <span class="n">pvlib</span> <span class="o">--</span><span class="n">file</span> <span class="n">requirements</span><span class="o">.</span><span class="n">txt</span>
<span class="n">conda</span> <span class="n">activate</span> <span class="n">pvtutorials</span>
</pre></div>
</div>
</li>
Expand All @@ -464,7 +464,7 @@ <h3>Locally<a class="headerlink" href="#locally" title="Permalink to this headin
</pre></div>
</div>
</li>
<li><p>Use the file explorer in Jupyter lab to browse to <code class="docutils literal notranslate"><span class="pre">PVSC48-Python-Tutorial</span></code>
<li><p>Use the file explorer in Jupyter lab to browse to <code class="docutils literal notranslate"><span class="pre">PV-Tutorial</span></code>
and start the first Tutorial.</p></li>
</ol>
</section>
Expand Down
2 changes: 1 addition & 1 deletion Tutorial 0 - Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h2>Exercise 1: Modify to print something else:<a class="headerlink" href="#exer
</div>
</div>
<div class="cell_output docutils container">
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt"> File</span><span class="nn"> &quot;/tmp/ipykernel_1893/3863091146.py&quot;</span><span class="gt">, line </span><span class="mi">1</span>
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt"> File</span><span class="nn"> &quot;/tmp/ipykernel_1843/3863091146.py&quot;</span><span class="gt">, line </span><span class="mi">1</span>
<span class="n">my_string</span> <span class="o">=</span> <span class="c1"># Add your text here. Remember to put it inside of single quotes or double quotes ( &quot; &quot; or &#39;&#39; )</span>
<span class="o">^</span>
<span class="ne">SyntaxError</span>: invalid syntax
Expand Down
2 changes: 1 addition & 1 deletion Tutorial 3 - Array Power.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ <h2>AC/DC<a class="headerlink" href="#ac-dc" title="Permalink to this heading">#
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7f8fbff47910&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.legend.Legend at 0x7fb06c7bc810&gt;
</pre></div>
</div>
<img alt="_images/53a809ff55b8b1ce114211df99fcf5179d7fd7e97cb30d03fa406e3edf896162.png" src="_images/53a809ff55b8b1ce114211df99fcf5179d7fd7e97cb30d03fa406e3edf896162.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9118,7 +9118,7 @@ <h2>B. Get File from the SAM repository URL<a class="headerlink" href="#b-get-fi
<div class="cell_output docutils container">
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt">---------------------------------------------------------------------------</span>
<span class="ne">FileNotFoundError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
<span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">ipykernel_2080</span><span class="o">/</span><span class="mf">233394445.</span><span class="n">py</span> <span class="ow">in</span> <span class="o">&lt;</span><span class="n">module</span><span class="o">&gt;</span>
<span class="o">/</span><span class="n">tmp</span><span class="o">/</span><span class="n">ipykernel_2030</span><span class="o">/</span><span class="mf">233394445.</span><span class="n">py</span> <span class="ow">in</span> <span class="o">&lt;</span><span class="n">module</span><span class="o">&gt;</span>
<span class="g g-Whitespace"> </span><span class="mi">2</span> <span class="n">fileee</span><span class="o">=</span> <span class="sa">r</span><span class="s1">&#39;C:\Users\sayala\Documents\GitHub\RTCanalysis\BEST_Sam_PVsyst_BR_BVF_Results\pySAM\CEC Modules.csv&#39;</span>
<span class="g g-Whitespace"> </span><span class="mi">3</span>
<span class="ne">----&gt; </span><span class="mi">4</span> <span class="n">df</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">read_csv</span><span class="p">(</span><span class="n">fileee</span><span class="p">,</span> <span class="n">index_col</span><span class="o">=</span><span class="mi">0</span><span class="p">)</span>
Expand Down
12 changes: 6 additions & 6 deletions _sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ https://pvsc-python-tutorial.eastus.cloudapp.azure.com/

The full tutorial is now also hosted as a beautiful [Jupyter book](https://jupyterbook.org/intro.html). This book has navigation, search, and can even run code cells interactively. Check it out!

https://pvsc-python-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html
https://pv-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html

### My Binder

After the conference the tutorials will remain available here on GitHub, and you can run
the tutorial anytime in [Binder](https://mybinder.org) by clicking the
following link:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling/main)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PV-Tutorials/pyData-2021-Solar-PV-Modeling/main)

### Locally

Expand All @@ -76,16 +76,16 @@ steps:
1. Clone the repository:

```
git clone https://github.com/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling.git
git clone https://github.com/PV-Tutorials/pyData-2021-Solar-PV-Modeling.git
```

1. Create the environment and install the requirements. The repository includes
a `requirements.txt` file that contains a list the packages needed to run
this tutorial. To install them using conda run:

```
conda create -n pvsc48 jupyter -c pvlib --file requirements.txt
conda activate pvsc48
conda create -n pvtutorials jupyter -c pvlib --file requirements.txt
conda activate pvtutorials
```

1. Start a Jupyter session:
Expand All @@ -94,7 +94,7 @@ steps:
jupyter notebook
```

1. Use the file explorer in Jupyter lab to browse to `PVSC48-Python-Tutorial`
1. Use the file explorer in Jupyter lab to browse to `PV-Tutorial`
and start the first Tutorial.


Expand Down
2 changes: 1 addition & 1 deletion reports/Tutorial 0 - Overview.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ my_string = # Add your text here. Remember to put it inside of single quotes
print(my_string)
------------------

 File "/tmp/ipykernel_1893/3863091146.py", line 1
 File "/tmp/ipykernel_1843/3863091146.py", line 1
 my_string = # Add your text here. Remember to put it inside of single quotes or double quotes ( " " or '' )
 ^
SyntaxError: invalid syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ df[mymod].T

---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
/tmp/ipykernel_2080/233394445.py in <module>
/tmp/ipykernel_2030/233394445.py in <module>
 2 fileee= r'C:\Users\sayala\Documents\GitHub\RTCanalysis\BEST_Sam_PVsyst_BR_BVF_Results\pySAM\CEC Modules.csv'
 3 
----> 4 df = pd.read_csv(fileee, index_col=0)
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a15d3e7

Please sign in to comment.