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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana authored Mar 21, 2024
1 parent c7fc535 commit f980aae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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

0 comments on commit f980aae

Please sign in to comment.