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

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Mar 20, 2024
1 parent 754669e commit 93b8b93
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# OSS Webinar Python Tutorial
Welcome! The goal of this tutorial is to introduce attendees to the following packages:
* PySAM: https://nrel-pysam.readthedocs.io/en/main/
* RdTools[https://pvlib-python.readthedocs.io/en/stable/]
* pvlib-python: https://pvlib-python.readthedocs.io/en/stable/

## Tutorial Setup
These tutorials are made with [Jupyter](https://jupyter.org), which is a
browser based interactive Python notebook that allows you to run the tutorials
in the cloud without any additional setup.
browser based interactive Python notebook.

### Jupyter Books

The tutorial content will soon be hosted as a [Jupyter book](https://jupyterbook.org/intro.html).
This book has navigation, search, and can be used to launch each book in Colaboratory.
Check back soon!
The tutorial content is also hosted as a [Jupyter book](https://jupyterbook.org/intro.html):

[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](<https://pv-tutorials.github.io/2024_Modeling_Webinar/>)

Expand All @@ -39,8 +36,8 @@ steps:
up to date functionality. To install them using conda and pip run:

```
conda create --name rdtools_demo python==3.10 notebook==6.48
conda activate oss_webinar
conda create --name modeling_demo python==3.10 notebook==6.48
conda activate modeling_demo
pip install -r requirements.txt
```

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: OSS Webinar 2 Python Tutorial
title: OSS Webinar 3 Python Tutorial
author: Kevin Anderson, Matt Prilliman
#logo: images/tutorial_banner.PNG
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
Expand Down
Loading

0 comments on commit 93b8b93

Please sign in to comment.