diff --git a/README.html b/README.html index b096fd1..381abd4 100644 --- a/README.html +++ b/README.html @@ -430,14 +430,14 @@
The full tutorial is now also hosted as a beautiful Jupyter book. 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
After the conference the tutorials will remain available here on GitHub, and you can run the tutorial anytime in Binder by clicking the following link:
- +Install miniconda.
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
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
@@ -464,7 +464,7 @@ LocallyPVSC48-Python-Tutorial
+Use the file explorer in Jupyter lab to browse to PV-Tutorial
and start the first Tutorial.
diff --git a/Tutorial 0 - Overview.html b/Tutorial 0 - Overview.html
index 9e13325..d529271 100644
--- a/Tutorial 0 - Overview.html
+++ b/Tutorial 0 - Overview.html
@@ -579,7 +579,7 @@ Exercise 1: Modify to print something else:
- 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
diff --git a/Tutorial 3 - Array Power.html b/Tutorial 3 - Array Power.html
index 83e3eb8..70fae5e 100644
--- a/Tutorial 3 - Array Power.html
+++ b/Tutorial 3 - Array Power.html
@@ -664,7 +664,7 @@ AC/DC#