Digital Jupyter Book collection developed for the Workshop on pyTSEB and py3SEB modelling frameworks.
You can use for runing the notebooks in the cloud
Optionally you could run the notebooks locally. To do so, you should have these programs installed:
We need to install all the library requisites for this tutorial included in requisites.txt or in environment.yml
Install the requirements either with conda/mamba:
mamba env create -f environment.yml
or
conda env create -f environment.yml
or with pip:
pip install -r requirements.txt
Run the following command to initialize the book:
bash run_workshop.sh
or
run_workshop.bat if you are working under Windows.
Open your web browser to http://localhost:3000
-
Introduction to TSEB and 3SEB
a. How TSEB and 3SEB work?: a quick overview of low-level code
-
Physical principles.
Creative Commons Attribution-ShareAlike 4.0 International.
This work is licensed under Attribution-ShareAlike 4.0 International. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes. If others remix, adapt, or build upon the material, they must license the modified material under identical terms.
- BY: Credit must be given to you, the creator.
- SA: Adaptations must be shared under the same terms.