Tutorials#
Jupyter Book#
placeholder
Binder#
placeholder
Locally#
placeholder
You can also run the tutorial locally in a virtual environment, i.e., venv or miniconda.
Create and activate a new environment, e.g., on Mac/Linux terminal with venv:
python -m venv pvdeg . pvdeg/bin/activateor with conda:conda create -n pvdeg conda activate pvdeg
Install pvdeg into the new environment with pip:
python -m pip install pvdeg
Start a Jupyter session:
jupyter notebook
Use the file explorer in Jupyter lab to browse to tutorials and start the first Tutorial.