bifacial_radiance Training#
-Jupyter Book#
-For in depth Tutorials you can run online, see our jupyter-book
-Clicking on the rocket-icon on the top allows you to launch the journals on Google Colaboratory for interactive mode.
-Just uncomment the first line pip install ...
to install the environment on each journal if you follow this mode.
Locally#
-You can also run the tutorial locally with -miniconda by following thes -steps:
--
-
Install miniconda.
-Clone the repository:
---git clone https://github.com/NREL/bifacial_radiance.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 br_env jupyter -c conda-forge --file requirements.txt -conda activate br_env -
or you can install it with
-pip install bifacial_radiance
as explained in the installation instructions into the environment.
-Start a Jupyter session:
---jupyter notebook -
-Use the file explorer in Jupyter lab to browse to
tutorials
-and start the first Tutorial.
-
Documentation#
-We also have documentation in ReadTheDocs where you can find more details on the API functions.
-